class Aws::AppRunner::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "AppRunnerResourceArn", # required tags: [ # required { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource that you want to update tags for. It must be the ARN of an App Runner resource. @return [String]
@!attribute [rw] tags
A list of tag key-value pairs to add or update. If a key is new to the resource, the tag is added with the provided value. If a key is already associated with the resource, the value of the tag is updated. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE