AWS::MediaLive::Channel AutomaticInputFailoverSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel AutomaticInputFailoverSettings

Settings to configure the conditions that will define the input as unhealthy and that will make MediaLive fail over to the other input in the input failover pair.

The parent of this entity is InputAttachment.

Syntax

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

JSON

{ "ErrorClearTimeMsec" : Integer, "FailoverConditions" : [ FailoverCondition, ... ], "InputPreference" : String, "SecondaryInputId" : String }

Properties

ErrorClearTimeMsec

This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.

Required: No

Type: Integer

Update requires: No interruption

FailoverConditions

A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.

Required: No

Type: Array of FailoverCondition

Update requires: No interruption

InputPreference

Input preference when deciding which input to make active when a previously failed input has recovered.

Required: No

Type: String

Update requires: No interruption

SecondaryInputId

The input ID of the secondary input in the automatic input failover pair.

Required: No

Type: String

Update requires: No interruption