class Aws::OpsWorks::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "ResourceArn", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The stack or layer's Amazon Resource Number (ARN). @return [String]
@!attribute [rw] tags
A map that contains tag keys and tag values that are attached to a stack or layer. * The key cannot be empty. * The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /` * The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /` * Leading and trailing white spaces are trimmed from both the key and value. * A maximum of 40 tags is allowed for any resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE