AWS::Macie::AllowList Tag - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Macie::AllowList Tag

Specifies a tag (key-value pair) to apply to an allow list. A tag is a label that you can define and associate with Amazon 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 Amazon Macie resources in the Amazon Macie User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

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