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

DistributionConfigWithTags

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

A distribution Configuration and a list of tags to be associated with the distribution.

interface DistributionConfigWithTags {
DistributionConfig: DistributionConfig;
Tags: Tags;
}

§Properties

§
DistributionConfig: DistributionConfig
[src]

A distribution configuration.

§
Tags: Tags
[src]

A complex type that contains zero or more Tag elements.