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

CreateDistributionWithTagsRequest

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

The request to create a new distribution with tags.

interface CreateDistributionWithTagsRequest {
DistributionConfigWithTags: DistributionConfigWithTags;
}

§Properties

§
DistributionConfigWithTags: DistributionConfigWithTags
[src]

The distribution's configuration information.