AWS::PinpointEmail::DedicatedIpPool Tags - 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::PinpointEmail::DedicatedIpPool Tags

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

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

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 dedicated IP pool, 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