Skip to content

Commit f1069c3

Browse files
author
AWS
committed
Amazon CloudFront Update: Adds support for Origin Selection between EMPv2 origins based on media quality score.
1 parent 55c9f0c commit f1069c3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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": "Adds support for Origin Selection between EMPv2 origins based on media quality score."
6+
}

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9314,9 +9314,13 @@
93149314
"Members":{
93159315
"shape":"OriginGroupMembers",
93169316
"documentation":"<p>A complex type that contains information about the origins in an origin group.</p>"
9317+
},
9318+
"SelectionCriteria":{
9319+
"shape":"OriginGroupSelectionCriteria",
9320+
"documentation":"<p>The selection criteria for the origin group. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/high_availability_origin_failover.html#concept_origin_groups.creating\">Create an origin group</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
93179321
}
93189322
},
9319-
"documentation":"<p>An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specify the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.</p>"
9323+
"documentation":"<p>An origin group includes two origins (a primary origin and a secondary origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specify the origin group instead of a single origin, and CloudFront will failover from the primary origin to the secondary origin under the failover conditions that you've chosen.</p> <p>Optionally, you can choose selection criteria for your origin group to specify how your origins are selected when your distribution routes viewer requests.</p>"
93209324
},
93219325
"OriginGroupFailoverCriteria":{
93229326
"type":"structure",
@@ -9376,6 +9380,13 @@
93769380
},
93779381
"documentation":"<p>A complex data type for the origins included in an origin group.</p>"
93789382
},
9383+
"OriginGroupSelectionCriteria":{
9384+
"type":"string",
9385+
"enum":[
9386+
"default",
9387+
"media-quality-based"
9388+
]
9389+
},
93799390
"OriginGroups":{
93809391
"type":"structure",
93819392
"required":["Quantity"],

0 commit comments

Comments
 (0)