class Aws::Kendra::Types::TagResourceRequest

@note When making an API call, you may pass TagResourceRequest

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the index, FAQ, or data source to
tag.
@return [String]

@!attribute [rw] tags

A list of tag keys to add to the index, FAQ, or data source. If a
tag already exists, the existing value is replaced with the new
value.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/TagResourceRequest AWS API Documentation

Constants

SENSITIVE