AWS::CloudFront::Distribution OriginGroupMembers
A complex data type for the origins included in an origin group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Items" :
[ OriginGroupMember, ... ]
, "Quantity" :Integer
}
YAML
Items:
- OriginGroupMember
Quantity:Integer
Properties
Items
-
Items (origins) in an origin group.
Required: Yes
Type: Array of OriginGroupMember
Minimum:
2
Maximum:
2
Update requires: No interruption
Quantity
-
The number of origins in an origin group.
Required: Yes
Type: Integer
Update requires: No interruption