Tag
Specifies a key-value pair for a resource tag.
Contents
- Key
-
A value that specifies the
TagKey
, the name of the tag. Tag keys must be unique for the resource to which they are attached.Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Required: Yes
- Value
-
A value that specifies the
TagValue
, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set offinances : April
and also ofpayroll : April
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: