AWS::SES::ConfigurationSet DeliveryOptions - AWS CloudFormation

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 maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email. If specified, the value must greater than or equal to 300 seconds (5 minutes) and less than or equal to 50400 seconds (840 minutes).

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 is OPTIONAL, 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