AWS::CloudFront::Distribution OriginGroups - 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 OriginGroups

A complex data type for the origin groups specified for a distribution.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Items" : [ OriginGroup, ... ], "Quantity" : Integer }

YAML

Items: - OriginGroup Quantity: Integer

Properties

Items

The items (origin groups) in a distribution.

Required: No

Type: Array of OriginGroup

Update requires: No interruption

Quantity

The number of origin groups.

Required: Yes

Type: Integer

Update requires: No interruption