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::SES::ConfigurationSet DeliveryOptions
Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxDeliverySeconds" :
Number
, "SendingPoolName" :String
, "TlsPolicy" :String
}
YAML
MaxDeliverySeconds:
Number
SendingPoolName:String
TlsPolicy:String
Properties
MaxDeliverySeconds
-
The name of the configuration set used when sent through a configuration set with archiving enabled.
Required: No
Type: Number
Minimum:
300
Maximum:
50400
Update requires: No interruption
SendingPoolName
-
The name of the dedicated IP pool to associate with the configuration set.
Required: No
Type: String
Update requires: No interruption
TlsPolicy
-
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is
REQUIRE
, messages are only delivered if a TLS connection can be established. If the value isOPTIONAL
, messages can be delivered in plain text if a TLS connection can't be established.Valid Values:
REQUIRE | OPTIONAL
Required: No
Type: String
Pattern:
REQUIRE|OPTIONAL
Update requires: No interruption