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

InputDestinationRequest

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

Endpoint settings for a PUSH type input.

interface InputDestinationRequest {
StreamName?: string | null;
}

§Properties

§
StreamName?: string | null
[src]

A unique name for the location the RTMP stream is being pushed to.