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

InputConfigurationRequest

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

The transport parameters that you want to associate with an incoming media stream.

interface InputConfigurationRequest {
InputPort: number;
Interface: InterfaceRequest;
}

§Properties

§
InputPort: number
[src]

The port that you want the flow to listen on for an incoming media stream.

§

The VPC interface that you want to use for the incoming media stream.