AWS::CloudFront::Distribution OriginGroupMembers - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CloudFront::Distribution OriginGroupMembers

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

Syntax

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