AWS::SES::ConfigurationSet DeliveryOptions - AWS CloudFormation

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 AWS 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