Skip to content

Untag Resource

applicationinsights_untag_resource R Documentation

Remove one or more tags (keys and values) from a specified application

Description

Remove one or more tags (keys and values) from a specified application.

Usage

applicationinsights_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

TagKeys

[required] The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)