public static final class CfnChannel.AutomaticInputFailoverSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.AutomaticInputFailoverSettingsProperty
CfnChannel.AutomaticInputFailoverSettingsProperty
CfnChannel.AutomaticInputFailoverSettingsProperty.Builder, CfnChannel.AutomaticInputFailoverSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getErrorClearTimeMsec()
This clear time defines the requirement a recovered input must meet to be considered healthy.
|
java.lang.Object |
getFailoverConditions()
A list of failover conditions.
|
java.lang.String |
getInputPreference()
Input preference when deciding which input to make active when a previously failed input has recovered.
|
java.lang.String |
getSecondaryInputId()
The input ID of the secondary input in the automatic input failover pair.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getErrorClearTimeMsec()
CfnChannel.AutomaticInputFailoverSettingsProperty
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.
getErrorClearTimeMsec
in interface CfnChannel.AutomaticInputFailoverSettingsProperty
public final java.lang.Object getFailoverConditions()
CfnChannel.AutomaticInputFailoverSettingsProperty
If any of these conditions occur, MediaLive will perform a failover to the other input.
getFailoverConditions
in interface CfnChannel.AutomaticInputFailoverSettingsProperty
public final java.lang.String getInputPreference()
CfnChannel.AutomaticInputFailoverSettingsProperty
getInputPreference
in interface CfnChannel.AutomaticInputFailoverSettingsProperty
public final java.lang.String getSecondaryInputId()
CfnChannel.AutomaticInputFailoverSettingsProperty
getSecondaryInputId
in interface CfnChannel.AutomaticInputFailoverSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()