AWS::CloudFront::Distribution OriginGroupMembers - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CloudFront::Distribution OriginGroupMembers

A complex data type for the origins included in an origin group.

Syntax

To declare this entity in your Amazon 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