Tag
Metadata assigned to an allocation. Each tag is made up of a key
and a
value
.
Contents
Note
In the following list, the required parameters are described first.
- Key
-
One part of a key-value pair that makes up a
tag
. Akey
is a label that acts like a category for the specific tag values.Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z0-9+ -=._:\/@]+$
Required: Yes
- Value
-
One part of a key-value pair that makes up a
tag
. Avalue
acts as a descriptor within a tag category (key). The value can be empty or null.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9+ -=._:\/@]+$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: