TlsPolicy

class aws_cdk.aws_ses.TlsPolicy(value)

Bases: Enum

The type of TLS policy for a receipt rule.

Attributes

OPTIONAL

Do not check for TLS.

REQUIRE

Bounce emails that are not received over TLS.