AWS::MediaConnect::FlowOutputThe `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 { CfnFlowOutput } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnFlowOutputConfiguration passed to the constructor as CfnFlowOutputProps.
flowArnRequiredstringThe Amazon Resource Name (ARN) of the flow this output is attached to.
cidrAllowListOptionalstring[]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.
descriptionOptionalstringA description of the output. This description appears only on the MediaConnect console and will not be seen by the end user.
destinationOptionalstringThe IP address where you want to send the output.
encryptionOptionalIResolvable | EncryptionPropertyThe 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.
maxLatencyOptionalnumberThe maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
mediaStreamOutputConfigurationsOptionalIResolvable | IResolvable | MediaStreamOutputConfigurationProperty[]The media streams that are associated with the output, and the parameters for those associations.
minLatencyOptionalnumberThe 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.
nameOptionalstringThe name of the bridge's output.
ndiProgramNameOptionalstringA suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
ndiSpeedHqQualityOptionalnumberA quality setting for the NDI Speed HQ encoder.
outputStatusOptionalstringAn indication of whether the output should transmit data or not.
portOptionalnumberThe port to use when content is distributed to this output.
protocolOptionalstringThe protocol to use for the output. > AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
remoteIdOptionalstringThe remote ID for the Zixi-pull stream.
routerIntegrationStateOptionalstringrouterIntegrationTransitEncryptionOptionalIResolvable | FlowTransitEncryptionPropertyEncryption information.
smoothingLatencyOptionalnumberThe smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
streamIdOptionalstringThe stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
tagsOptionalCfnTag[]Key-value pairs that can be used to tag and organize this flow output.
vpcInterfaceAttachmentOptionalIResolvable | VpcInterfaceAttachmentPropertyThe name of the VPC interface attachment to use for this output.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::FlowOutput