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

ArchiveGroupSettings

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

Archive Group Settings

interface ArchiveGroupSettings {
ArchiveCdnSettings?: ArchiveCdnSettings | null;
Destination: OutputLocationRef;
RolloverInterval?: number | null;
}

§Properties

§
ArchiveCdnSettings?: ArchiveCdnSettings | null
[src]

Parameters that control interactions with the CDN.

§

A directory and base filename where archive files should be written.

§
RolloverInterval?: number | null
[src]

Number of seconds to write to archive file before closing and starting a new one.