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

AddOutputRequest

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

The output that you want to add to this flow.

interface AddOutputRequest {
CidrAllowList?: string[] | null;
Description?: string | null;
Destination?: string | null;
Encryption?: Encryption | null;
MaxLatency?: number | null;
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null;
MinLatency?: number | null;
Name?: string | null;
Port?: number | null;
Protocol: Protocol;
RemoteId?: string | null;
SenderControlPort?: number | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
VpcInterfaceAttachment?: VpcInterfaceAttachment | null;
}

§Properties

§
CidrAllowList?: string[] | null
[src]

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

§
Description?: string | null
[src]

A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.

§
Destination?: string | null
[src]

The IP address from which video will be sent to output destinations.

§
Encryption?: Encryption | null
[src]

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

§
MaxLatency?: number | null
[src]

The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

§
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null
[src]

The media streams that are associated with the output, and the parameters for those associations.

§
MinLatency?: number | null
[src]

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

§
Name?: string | null
[src]

The name of the output. This value must be unique within the current flow.

§
Port?: number | null
[src]

The port to use when content is distributed to this output.

§
Protocol: Protocol
[src]

The protocol to use for the output.

§
RemoteId?: string | null
[src]

The remote ID for the Zixi-pull output stream.

§
SenderControlPort?: number | null
[src]

The port that the flow uses to send outbound requests to initiate connection with the sender.

§
SmoothingLatency?: number | null
[src]

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

§
StreamId?: string | null
[src]

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]

The name of the VPC interface attachment to use for this output.