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