Channel Input Attachment Automatic Input Failover Settings Args
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
Link copied to clipboard
fun ChannelInputAttachmentAutomaticInputFailoverSettingsArgs(errorClearTimeMsec: Output<Int>? = null, failoverConditions: Output<List<ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionArgs>>? = null, inputPreference: Output<String>? = null, secondaryInputId: Output<String>)
Functions
Properties
Link copied to clipboard
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
val failoverConditions: Output<List<ChannelInputAttachmentAutomaticInputFailoverSettingsFailoverConditionArgs>>? = null