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

Origins

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

Contains information about the origins for this distribution.

interface Origins {
Items: Origin[];
Quantity: number;
}

§Properties

§
Items: Origin[]
[src]

A list of origins.

§
Quantity: number
[src]

The number of origins for this distribution.