Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OriginGroupFailoverCriteria

import type { OriginGroupFailoverCriteria } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

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.

interface OriginGroupFailoverCriteria {
StatusCodes: StatusCodes;
}

§Properties

§
StatusCodes: StatusCodes
[src]

The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.