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

OutputGroup

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

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

interface OutputGroup {
Name?: string | null;
OutputGroupSettings: OutputGroupSettings;
Outputs: Output[];
}

§Properties

§
Name?: string | null
[src]

Custom output group name optionally defined by the user. Only letters, numbers, and the underscore character allowed; only 32 characters allowed.

§
OutputGroupSettings: OutputGroupSettings
[src]

Settings associated with the output group.

§
Outputs: Output[]
[src]