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

InputSource

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

The settings for a PULL type input.

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

§Properties

§
PasswordParam?: string | null
[src]

The key used to extract the password from EC2 Parameter store.

§
Url?: string | null
[src]

This represents the customer's source URL where stream is pulled from.

§
Username?: string | null
[src]

The username for the input source.