This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaConnect::FlowOutput MediaStreamOutputConfiguration
The media stream that is associated with the output, and the parameters for that association.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationConfigurations" :[ DestinationConfiguration, ... ], "EncodingName" :String, "EncodingParameters" :EncodingParameters, "MediaStreamName" :String}
YAML
DestinationConfigurations:- DestinationConfigurationEncodingName:StringEncodingParameters:EncodingParametersMediaStreamName:String
Properties
- DestinationConfigurations
- 
                    The transport parameters that are associated with each outbound media stream. Required: No Type: Array of DestinationConfiguration Update requires: No interruption 
- EncodingName
- 
                    The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv. Required: Yes Type: String Allowed values: jxsv | raw | smpte291 | pcmUpdate requires: No interruption 
- EncodingParameters
- 
                    A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source. Required: No Type: EncodingParameters Update requires: No interruption 
- MediaStreamName
- 
                    The name of the media stream. Required: Yes Type: String Update requires: No interruption