Class: Aws::CloudFront::Types::OriginGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failover_criteriaTypes::OriginGroupFailoverCriteria

A complex type that contains information about the failover criteria for an origin group.



8539
8540
8541
8542
8543
8544
8545
# File 'lib/aws-sdk-cloudfront/types.rb', line 8539

class OriginGroup < Struct.new(
  :id,
  :failover_criteria,
  :members)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The origin group’s ID.

Returns:

  • (String)


8539
8540
8541
8542
8543
8544
8545
# File 'lib/aws-sdk-cloudfront/types.rb', line 8539

class OriginGroup < Struct.new(
  :id,
  :failover_criteria,
  :members)
  SENSITIVE = []
  include Aws::Structure
end

#membersTypes::OriginGroupMembers

A complex type that contains information about the origins in an origin group.



8539
8540
8541
8542
8543
8544
8545
# File 'lib/aws-sdk-cloudfront/types.rb', line 8539

class OriginGroup < Struct.new(
  :id,
  :failover_criteria,
  :members)
  SENSITIVE = []
  include Aws::Structure
end