Show / Hide Table of Contents

Enum TlsPolicy

The type of TLS policy for a receipt rule.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum TlsPolicy
Syntax (vb)
Public Enum TlsPolicy

Synopsis

Fields

OPTIONAL

Do not check for TLS.

REQUIRE

Bounce emails that are not received over TLS.

Fields

Name Description
OPTIONAL

Do not check for TLS.

REQUIRE

Bounce emails that are not received over TLS.

Back to top Generated by DocFX