Skip to content

Commit 52d7731

Browse files
author
AWS
committed
Amazon CloudFront Update: Added new viewer security policy, TLSv1.2_2025, for CloudFront.
1 parent ba111cf commit 52d7731

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront",
4+
"contributor": "",
5+
"description": "Added new viewer security policy, TLSv1.2_2025, for CloudFront."
6+
}

services/cloudfront/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10521,7 +10521,8 @@
1052110521
"TLSv1.2_2018",
1052210522
"TLSv1.2_2019",
1052310523
"TLSv1.2_2021",
10524-
"TLSv1.3_2025"
10524+
"TLSv1.3_2025",
10525+
"TLSv1.2_2025"
1052510526
]
1052610527
},
1052710528
"MissingBody":{
@@ -11563,7 +11564,7 @@
1156311564
"documentation":"<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
1156411565
}
1156511566
},
11566-
"documentation":"<p>A public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
11567+
"documentation":"<p>A public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>"
1156711568
},
1156811569
"PublicKeyAlreadyExists":{
1156911570
"type":"structure",
@@ -11602,7 +11603,7 @@
1160211603
"documentation":"<p>A comment to describe the public key. The comment cannot be longer than 128 characters.</p>"
1160311604
}
1160411605
},
11605-
"documentation":"<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
11606+
"documentation":"<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p> <p>CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.</p>"
1160611607
},
1160711608
"PublicKeyIdList":{
1160811609
"type":"list",

0 commit comments

Comments
 (0)