Tag
One tag that you want to add to the specified resource. A tag consists of a Key
(a name for the tag) and a Value
.
Contents
- Key
-
The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of
Key
might beaccount-id
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- Value
-
The value for the tag. For example, if
Key
isaccount-id
, thenValue
might be the ID of the customer account that you're creating the resource for.Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: