ChannelInputAttachmentAutomaticInputFailoverSettingsArgs

data class ChannelInputAttachmentAutomaticInputFailoverSettingsArgs(val errorClearTimeMsec: Output<Int>? = null, val failoverConditions: Output<List<ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionArgs>>? = null, val inputPreference: Output<String>? = null, val secondaryInputId: Output<String>) : ConvertibleToJava<ChannelInputAttachmentAutomaticInputFailoverSettingsArgs>

Constructors

constructor(errorClearTimeMsec: Output<Int>? = null, failoverConditions: Output<List<ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionArgs>>? = null, inputPreference: Output<String>? = null, secondaryInputId: Output<String>)

Properties

Link copied to clipboard
val errorClearTimeMsec: Output<Int>? = null

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.

Link copied to clipboard

A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input. See Failover Condition Block for more details.

Link copied to clipboard
val inputPreference: Output<String>? = null

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ChannelInputAttachmentAutomaticInputFailoverSettingsArgs