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

AwsCloudFrontDistributionOriginGroupFailoverStatusCodes

import type { AwsCloudFrontDistributionOriginGroupFailoverStatusCodes } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The status codes that cause an origin group to fail over.

interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes {
Items?: number[] | null;
Quantity?: number | null;
}

§Properties

§
Items?: number[] | null
[src]

The list of status code values that can cause a failover to the next origin.

§
Quantity?: number | null
[src]

The number of status codes that can cause a failover.