TlsPolicy

class aws_cdk.aws_ses.TlsPolicy(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

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.