This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaConnect::RouterInput FailoverRouterInputConfiguration
The FailoverRouterInputConfiguration property type specifies Property description not available. for an AWS::MediaConnect::RouterInput.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "NetworkInterfaceArn" :String, "PrimarySourceIndex" :Integer, "ProtocolConfigurations" :[ FailoverRouterInputProtocolConfiguration, ... ], "SourcePriorityMode" :String}
YAML
NetworkInterfaceArn:StringPrimarySourceIndex:IntegerProtocolConfigurations:- FailoverRouterInputProtocolConfigurationSourcePriorityMode:String
Properties
NetworkInterfaceArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$Update requires: No interruption
PrimarySourceIndexProperty description not available.
Required: No
Type: Integer
Minimum:
0Maximum:
1Update requires: No interruption
ProtocolConfigurationsProperty description not available.
Required: Yes
Type: Array of FailoverRouterInputProtocolConfiguration
Update requires: No interruption
SourcePriorityModeProperty description not available.
Required: Yes
Type: String
Allowed values:
NO_PRIORITY | PRIMARY_SECONDARYUpdate requires: No interruption