class Aws::CloudFront::Types::OriginGroupFailoverCriteria

A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.

@note When making an API call, you may pass OriginGroupFailoverCriteria

data as a hash:

    {
      status_codes: { # required
        quantity: 1, # required
        items: [1], # required
      },
    }

@!attribute [rw] status_codes

The status codes that, when returned from the primary origin, will
trigger CloudFront to failover to the second origin.
@return [Types::StatusCodes]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/OriginGroupFailoverCriteria AWS API Documentation

Constants

SENSITIVE