AWS::SES::DedicatedIpPool
Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Web Services account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
Important
You can't delete dedicated IP pools that have a STANDARD scaling mode
and one or more dedicated IP addresses. This constraint doesn't apply to dedicated
IP pools that have a MANAGED scaling mode.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SES::DedicatedIpPool", "Properties" : { "PoolName" :String, "ScalingMode" :String} }
YAML
Type: AWS::SES::DedicatedIpPool Properties: PoolName:StringScalingMode:String
Properties
PoolName-
The name of the dedicated IP pool that the IP address is associated with.
Required: No
Type: String
Update requires: Replacement
ScalingMode-
The type of scaling mode.
The following options are available:
-
STANDARD- The customer controls which IPs are part of the dedicated IP pool. -
MANAGED- The reputation and number of IPs is automatically managed by Amazon SES.
The
STANDARDoption is selected by default if no value is specified.Required: No
Type: String
Update requires: Replacement
-
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the resource name.
For more information about using the Reffunction, see Ref.