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

InputConfiguration

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

The transport parameters that are associated with an incoming media stream.

interface InputConfiguration {
InputIp: string;
InputPort: number;
Interface: Interface;
}

§Properties

§
InputIp: string
[src]

The IP address that the flow listens on for incoming content for a media stream.

§
InputPort: number
[src]

The port that the flow listens on for an incoming media stream.

§
Interface: Interface
[src]

The VPC interface where the media stream comes in from.