We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178b845 commit 9cf9baaCopy full SHA for 9cf9baa
packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts
@@ -281,7 +281,9 @@ export enum TLSSecurityPolicy {
281
/** Cipher suite TLS 1.0 */
282
TLS_1_0 = 'Policy-Min-TLS-1-0-2019-07',
283
/** Cipher suite TLS 1.2 */
284
- TLS_1_2 = 'Policy-Min-TLS-1-2-2019-07'
+ TLS_1_2 = 'Policy-Min-TLS-1-2-2019-07',
285
+ /** Cipher suite TLS 1.2 to 1.3 with perfect forward secrecy (PFS) */
286
+ TLS_1_2_PFS = 'Policy-Min-TLS-1-2-PFS-2023-10',
287
}
288
289
/**
0 commit comments