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

AssociateAliasRequest

import type { AssociateAliasRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface AssociateAliasRequest {
Alias: string;
TargetDistributionId: string;
}

§Properties

§
Alias: string
[src]

The alias (also known as a CNAME) to add to the target distribution.

§
TargetDistributionId: string
[src]

The ID of the distribution that you're associating the alias with.