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

ArchiveCdnSettings

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

Archive Cdn Settings

interface ArchiveCdnSettings {
ArchiveS3Settings?: ArchiveS3Settings | null;
}

§Properties

§
ArchiveS3Settings?: ArchiveS3Settings | null
[src]