class Aws::OpsWorksCM::Types::Tag
A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server. Leading and trailing white spaces are trimmed from both the key and value. A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", # required value: "TagValue", # required }
@!attribute [rw] key
A tag key, such as `Stage` or `Name`. A tag 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: `+ - = . _ : /` @return [String]
@!attribute [rw] value
An optional tag value, such as `Production` or `test-owcm-server`. The value can be a maximum of 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/Tag AWS API Documentation
Constants
- SENSITIVE