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

StreamingDistributionConfig

import type { StreamingDistributionConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudfront.ts";
interface StreamingDistributionConfig {
Aliases?: Aliases | null;
CallerReference: string;
Comment: string;
Enabled: boolean;
Logging?: StreamingLoggingConfig | null;
PriceClass?: PriceClass | null;
S3Origin: S3Origin;
TrustedSigners: TrustedSigners;
}

§Properties

§
Aliases?: Aliases | null
[src]
§
CallerReference: string
[src]
§
Comment: string
[src]
§
Enabled: boolean
[src]
§
PriceClass?: PriceClass | null
[src]
§
S3Origin: S3Origin
[src]
§
TrustedSigners: TrustedSigners
[src]