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

DestinationConfiguration

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

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

interface DestinationConfiguration {
DestinationIp: string;
DestinationPort: number;
Interface: Interface;
OutboundIp: string;
}

§Properties

§
DestinationIp: string
[src]

The IP address where contents of the media stream will be sent.

§
DestinationPort: number
[src]

The port to use when the content of the media stream is distributed to the output.

§
Interface: Interface
[src]

The VPC interface that is used for the media stream associated with the output.

§
OutboundIp: string
[src]

The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS protocol.