This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::PinpointEmail::DedicatedIpPool
A request to create a new dedicated IP pool.
Syntax
To declare this entity in your AWS 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
 - 
                    
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 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.