AWS::PinpointEmail::Identity Tags - AWS CloudFormation

AWS::PinpointEmail::Identity Tags

An object that defines the tags (keys and values) that you want to associate with the identity.

Syntax

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

JSON

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

YAML

Key: String Value: String

Properties

Key

One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

If you specify tags for the identity, then this value is required.

Required: Conditional

Type: String

Update requires: No interruption

Value

The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

Required: No

Type: String

Update requires: No interruption