This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaConnect::FlowMediaStream
Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaConnect::FlowMediaStream", "Properties" : { "Attributes" :MediaStreamAttributes, "ClockRate" :Integer, "Description" :String, "FlowArn" :String, "MediaStreamId" :Integer, "MediaStreamName" :String, "MediaStreamType" :String, "Tags" :[ Tag, ... ], "VideoFormat" :String} }
YAML
Type: AWS::MediaConnect::FlowMediaStream Properties: Attributes:MediaStreamAttributesClockRate:IntegerDescription:StringFlowArn:StringMediaStreamId:IntegerMediaStreamName:StringMediaStreamType:StringTags:- TagVideoFormat:String
Properties
AttributesProperty description not available.
Required: No
Type: MediaStreamAttributes
Update requires: No interruption
ClockRateProperty description not available.
Required: No
Type: Integer
Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Update requires: No interruption
FlowArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$Update requires: Replacement
MediaStreamIdProperty description not available.
Required: Yes
Type: Integer
Update requires: Replacement
MediaStreamNameProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
MediaStreamTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
video | audio | ancillary-dataUpdate requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
VideoFormatProperty description not available.
Required: No
Type: String
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
FmtProperty description not available.