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, ... ]} }
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
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns 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 Reffunction, see Ref.