Skip to content

Commit

Permalink
change value
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jan 5, 2024
1 parent a0a75ef commit 6d6bf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export enum TLSSecurityPolicy {
/** Cipher suite TLS 1.2 */
TLS_1_2 = 'Policy-Min-TLS-1-2-2019-07',
/** Cipher suite TLS 1.2 to 1.3 with perfect forward secrecy (PFS) */
TLS_1_3 = 'Policy-Min-TLS-1-2-PFS-2023-10',
TLS_1_2_PFS = 'Policy-Min-TLS-1-2-PFS-2023-10',
}

/**
Expand Down

0 comments on commit 6d6bf70

Please sign in to comment.