You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCloudFrontDistributionOriginGroup as input to an Aws::Client method, you can use a vanilla Hash:

{
  failover_criteria: {
    status_codes: {
      items: [1],
      quantity: 1,
    },
  },
}

Information about an origin group for the distribution.

Instance Attribute Summary collapse

Instance Attribute Details

#failover_criteriaTypes::AwsCloudFrontDistributionOriginGroupFailover

Provides the criteria for an origin group to fail over.

Returns: