AWS::SES::ConfigurationSet DeliveryOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::ConfigurationSet DeliveryOptions

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SendingPoolName" : String, "TlsPolicy" : String }

YAML

SendingPoolName: String TlsPolicy: String

Properties

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