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

OriginGroups

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

A complex data type for the origin groups specified for a distribution.

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

§Properties

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

The items (origin groups) in a distribution.

§
Quantity: number
[src]

The number of origin groups.