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

Aliases

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

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

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

§Properties

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

A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.

§
Quantity: number
[src]

The number of CNAME aliases, if any, that you want to associate with this distribution.