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

IngestEndpoint

import type { IngestEndpoint } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

An endpoint for ingesting source content for a Channel.

interface IngestEndpoint {
Id?: string | null;
Password?: string | null;
Url?: string | null;
Username?: string | null;
}

§Properties

§
Id?: string | null
[src]

The system generated unique identifier for the IngestEndpoint

§
Password?: string | null
[src]

The system generated password for ingest authentication.

§
Url?: string | null
[src]

The ingest URL to which the source stream should be sent.

§
Username?: string | null
[src]

The system generated username for ingest authentication.