Class AutomaticInputFailover.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.AutomaticInputFailover.Jsii$Proxy
- All Implemented Interfaces:
AutomaticInputFailover,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AutomaticInputFailover
@Stability(Experimental)
@Internal
public static final class AutomaticInputFailover.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AutomaticInputFailover
An implementation for
AutomaticInputFailover-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.AutomaticInputFailover
AutomaticInputFailover.Builder, AutomaticInputFailover.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AutomaticInputFailover.Builder builder) Constructor that initializes the object based on literal property values passed by theAutomaticInputFailover.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Duration(experimental) How long a recovered input must remain free of failover conditions before it is considered healthy.final List<FailoverCondition> (experimental) The conditions that trigger failover to the secondary input.final InputPreference(experimental) Which input to prefer once a failed input has recovered.final IInput(experimental) The secondary input to fail over to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAutomaticInputFailover.Builder.
-
-
Method Details
-
getSecondaryInput
Description copied from interface:AutomaticInputFailover(experimental) The secondary input to fail over to. Must be the same input class as the primary input.[disable-awslint:prefer-ref-interface]
- Specified by:
getSecondaryInputin interfaceAutomaticInputFailover
-
getErrorClearTime
Description copied from interface:AutomaticInputFailover(experimental) How long a recovered input must remain free of failover conditions before it is considered healthy.Particularly relevant with
InputPreference.PRIMARY_INPUT_PREFERRED.Default: - MediaLive service default
- Specified by:
getErrorClearTimein interfaceAutomaticInputFailover
-
getFailoverConditions
Description copied from interface:AutomaticInputFailover(experimental) The conditions that trigger failover to the secondary input.Default: - a single input-loss condition with the MediaLive service default threshold
- Specified by:
getFailoverConditionsin interfaceAutomaticInputFailover
-
getInputPreference
Description copied from interface:AutomaticInputFailover(experimental) Which input to prefer once a failed input has recovered.Default: - EQUAL_INPUT_PREFERENCE, applied by MediaLive
- Specified by:
getInputPreferencein interfaceAutomaticInputFailover
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-