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

A request to create a new dedicated IP pool.

Syntax

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

JSON

{ "Type" : "AWS::PinpointEmail::DedicatedIpPool", "Properties" : { "PoolName" : String, "Tags" : [ Tags, ... ] } }

YAML

Type: AWS::PinpointEmail::DedicatedIpPool Properties: PoolName: String Tags: - Tags

Properties

PoolName

The name of the dedicated IP pool.

Required: No

Type: String

Update requires: Replacement

Tags

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

Required: No

Type: Array of Tags

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name. For example:

{ "Ref": "myDedicatedIpPool" }

For the Amazon Pinpoint dedicated IP pool myDedicatedIpPool, Ref returns the name of the IP pool.

For more information about using the Ref function, see Ref.

Fn::GetAtt