AWS::MediaConnect::RouterInput FailoverRouterInputConfiguration - AWS CloudFormation

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

Configuration settings for a failover router input that allows switching between two input sources.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

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: 0

Maximum: 1

Update 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_SECONDARY

Update requires: No interruption