Learn R Programming

paws.analytics (version 0.7.0)

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

Description

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

See https://www.paws-r-sdk.com/docs/kendra_untag_resource/ for full documentation.

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.