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

DestinationConfigurationRequest

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

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

interface DestinationConfigurationRequest {
DestinationIp: string;
DestinationPort: number;
Interface: InterfaceRequest;
}

§Properties

§
DestinationIp: string
[src]

The IP address where you want MediaConnect to send contents of the media stream.

§
DestinationPort: number
[src]

The port that you want MediaConnect to use when it distributes the media stream to the output.

§

The VPC interface that you want to use for the media stream associated with the output.