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 MediaLiveInputRouterOutputConfiguration
Configuration settings for connecting a router output to a MediaLive input.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationTransitEncryption" :MediaLiveTransitEncryption, "MediaLiveInputArn" :String, "MediaLivePipelineId" :String}
YAML
DestinationTransitEncryption:MediaLiveTransitEncryptionMediaLiveInputArn:StringMediaLivePipelineId:String
Properties
DestinationTransitEncryption-
The encryption configuration for the MediaLive input when connected to this router output.
Required: Yes
Type: MediaLiveTransitEncryption
Update requires: No interruption
MediaLiveInputArn-
The ARN of the MediaLive input to connect to this router output.
Required: No
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*):medialive:[a-z0-9-]+:[0-9]{12}:input:[a-zA-Z0-9]+$Update requires: No interruption
MediaLivePipelineId-
The index of the MediaLive pipeline to connect to this router output.
Required: No
Type: String
Allowed values:
PIPELINE_0 | PIPELINE_1Update requires: No interruption