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

InputDestination

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

The settings for a PUSH type input.

interface InputDestination {
Ip?: string | null;
Port?: string | null;
Url?: string | null;
Vpc?: InputDestinationVpc | null;
}

§Properties

§
Ip?: string | null
[src]

The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.

§
Port?: string | null
[src]

The port number for the input.

§
Url?: string | null
[src]

This represents the endpoint that the customer stream will be pushed to.