FailoverRouterInputConfiguration - AWS Elemental MediaConnect

FailoverRouterInputConfiguration

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

Contents

networkInterfaceArn

The ARN of the network interface to use for this failover router input.

Type: String

Pattern: arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}

Required: Yes

protocolConfigurations

A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.

Type: Array of FailoverRouterInputProtocolConfiguration objects

Required: Yes

sourcePriorityMode

The mode for determining source priority in failover configurations.

Type: String

Valid Values: NO_PRIORITY | PRIMARY_SECONDARY

Required: Yes

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 1.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: