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 FailoverRouterInputConfiguration
Configuration settings for a failover router input that allows switching between two input sources.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "NetworkInterfaceArn" :String, "PrimarySourceIndex" :Integer, "ProtocolConfigurations" :[ FailoverRouterInputProtocolConfiguration, ... ], "SourcePriorityMode" :String}
YAML
NetworkInterfaceArn:StringPrimarySourceIndex:IntegerProtocolConfigurations:- FailoverRouterInputProtocolConfigurationSourcePriorityMode:String
Properties
NetworkInterfaceArn-
The ARN of the network interface to use for this failover router input.
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
PrimarySourceIndex-
The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
Required: No
Type: Integer
Minimum:
0Maximum:
1Update requires: No interruption
ProtocolConfigurations-
A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
Required: Yes
Type: Array of FailoverRouterInputProtocolConfiguration
Update requires: No interruption
SourcePriorityMode-
The mode for determining source priority in failover configurations.
Required: Yes
Type: String
Allowed values:
NO_PRIORITY | PRIMARY_SECONDARYUpdate requires: No interruption