class Aws::CloudWatchEvents::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the EventBridge resource that you're adding tags to.
@return [String]

@!attribute [rw] tags

The list of key-value pairs to associate with the resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/TagResourceRequest AWS API Documentation

Constants

SENSITIVE