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

MediaPackageOutputDestinationSettings

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

MediaPackage Output Destination Settings

interface MediaPackageOutputDestinationSettings {
ChannelId?: string | null;
}

§Properties

§
ChannelId?: string | null
[src]

ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.