AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::FlowOutput

CfnFlowOutput

The `AWS::MediaConnect::FlowOutput` resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to. Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, and Zixi push. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation.

Import

import { CfnFlowOutput } from 'aws-cdk-lib/aws-mediaconnect';

Or use the module namespace:

import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnFlowOutput

Properties

Configuration passed to the constructor as CfnFlowOutputProps.

flowArnRequired
string

The Amazon Resource Name (ARN) of the flow this output is attached to.

cidrAllowListOptional
string[]

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.

descriptionOptional
string

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

destinationOptional
string

The IP address where you want to send the output.

encryptionOptional
IResolvable | EncryptionProperty

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

maxLatencyOptional
number

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

mediaStreamOutputConfigurationsOptional
IResolvable | IResolvable | MediaStreamOutputConfigurationProperty[]

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

minLatencyOptional
number

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.

nameOptional
string

The name of the bridge's output.

ndiProgramNameOptional
string

A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.

ndiSpeedHqQualityOptional
number

A quality setting for the NDI Speed HQ encoder.

outputStatusOptional
string

An indication of whether the output should transmit data or not.

portOptional
number

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

protocolOptional
string

The protocol to use for the output. > AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

remoteIdOptional
string

The remote ID for the Zixi-pull stream.

routerIntegrationStateOptional
string
routerIntegrationTransitEncryptionOptional
IResolvable | FlowTransitEncryptionProperty

Encryption information.

smoothingLatencyOptional
number

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

streamIdOptional
string

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

tagsOptional
CfnTag[]

Key-value pairs that can be used to tag and organize this flow output.

vpcInterfaceAttachmentOptional
IResolvable | VpcInterfaceAttachmentProperty

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter