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

StreamingDistributionConfigWithTags

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

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

interface StreamingDistributionConfigWithTags {
StreamingDistributionConfig: StreamingDistributionConfig;
Tags: Tags;
}

§Properties

§
StreamingDistributionConfig: StreamingDistributionConfig
[src]

A streaming distribution Configuration.

§
Tags: Tags
[src]

A complex type that contains zero or more Tag elements.