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::RouterOutput MediaConnectFlowRouterOutputConfiguration
Configuration settings for connecting a router output to a MediaConnect flow source.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationTransitEncryption" :FlowTransitEncryption, "FlowArn" :String, "FlowSourceArn" :String}
YAML
DestinationTransitEncryption:FlowTransitEncryptionFlowArn:StringFlowSourceArn:String
Properties
DestinationTransitEncryption-
The encryption configuration for the flow destination when connected to this router output.
Required: Yes
Type: FlowTransitEncryption
Update requires: No interruption
FlowArn-
The ARN of the flow to connect to this router output.
Required: No
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: No interruption
FlowSourceArn-
The ARN of the flow source to connect to this router output.
Required: No
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:source:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$Update requires: No interruption