Skip to content

Commit 3f8063d

Browse files
Added new viewer security policy, TLSv1.3_2025, for CloudFront.
1 parent b7d1f18 commit 3f8063d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8224,7 +8224,8 @@
82248224
"TLSv1.1_2016",
82258225
"TLSv1.2_2018",
82268226
"TLSv1.2_2019",
8227-
"TLSv1.2_2021"
8227+
"TLSv1.2_2021",
8228+
"TLSv1.3_2025"
82288229
]
82298230
},
82308231
"MissingBody":{

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10508,7 +10508,8 @@
1050810508
"TLSv1.1_2016",
1050910509
"TLSv1.2_2018",
1051010510
"TLSv1.2_2019",
10511-
"TLSv1.2_2021"
10511+
"TLSv1.2_2021",
10512+
"TLSv1.3_2025"
1051210513
]
1051310514
},
1051410515
"MissingBody":{

sdk/src/Services/CloudFront/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,10 @@ public class MinimumProtocolVersion : ConstantClass
13421342
/// Constant TLSv12_2021 for MinimumProtocolVersion
13431343
/// </summary>
13441344
public static readonly MinimumProtocolVersion TLSv12_2021 = new MinimumProtocolVersion("TLSv1.2_2021");
1345+
/// <summary>
1346+
/// Constant TLSv13_2025 for MinimumProtocolVersion
1347+
/// </summary>
1348+
public static readonly MinimumProtocolVersion TLSv13_2025 = new MinimumProtocolVersion("TLSv1.3_2025");
13451349

13461350
/// <summary>
13471351
/// This constant constructor does not need to be called if the constant

0 commit comments

Comments
 (0)