AWS::Macie::CustomDataIdentifier Tag
Specifies a tag (key-value pair) to apply to a custom data identifier. A tag is a label that you can define and associate with AWS resources, including certain types of Amazon Macie resources. Each tag consists of a tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. Each tag key must be unique and it can have only one tag value. A tag value acts as a descriptor for a tag key. Tag keys and values are case sensitive. They can contain letters, numbers, spaces, or the following symbols: _ . : / = + - @
For more information, see Tagging Macie resources in the Amazon Macie User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Key
-
The name of the tag key. A tag key can contain up to 128 UTF-8 characters.
Required: Yes
Type: String
Update requires: No interruption
Value
-
The tag value to associate with the specified tag key (
Key
). A tag value can contain up to 256 UTF-8 characters. A tag value cannot be null, but it can be an empty string.Required: Yes
Type: String
Update requires: No interruption