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

ConflictingAlias

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

An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.

interface ConflictingAlias {
AccountId?: string | null;
Alias?: string | null;
DistributionId?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.

§
Alias?: string | null
[src]

An alias (also called a CNAME).

§
DistributionId?: string | null
[src]

The (partially hidden) ID of the CloudFront distribution associated with the alias.