Show / Hide Table of Contents

Enum TLSSecurityPolicy

The minimum TLS version required for traffic to the domain.

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

Synopsis

Fields

TLS_1_0

Cipher suite TLS 1.0.

TLS_1_2

Cipher suite TLS 1.2.

TLS_1_2_PFS

Cipher suite TLS 1.2 to 1.3 with perfect forward secrecy (PFS).

Fields

Name Description
TLS_1_0

Cipher suite TLS 1.0.

TLS_1_2

Cipher suite TLS 1.2.

TLS_1_2_PFS

Cipher suite TLS 1.2 to 1.3 with perfect forward secrecy (PFS).

Back to top Generated by DocFX