Skip to content

Untag Resource

kendra_untag_resource R Documentation

Removes a tag from an index, FAQ, or a data source

Description

Removes a tag from an index, FAQ, or a data source.

Usage

kendra_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.

TagKeys

[required] A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the resource, it is ignored.

Value

An empty list.

Request syntax

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