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

OutputDestinationSettings

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

Placeholder documentation for OutputDestinationSettings

interface OutputDestinationSettings {
PasswordParam?: string | null;
StreamName?: string | null;
Url?: string | null;
Username?: string | null;
}

§Properties

§
PasswordParam?: string | null
[src]

key used to extract the password from EC2 Parameter store

§
StreamName?: string | null
[src]

Stream name for RTMP destinations (URLs of type rtmp://)

§
Url?: string | null
[src]

A URL specifying a destination

§
Username?: string | null
[src]

username for destination