Class CfnFlowPropsMixin.FailoverConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.FailoverConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.FailoverConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.FailoverConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.FailoverConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.FailoverConfigProperty
An implementation for
CfnFlowPropsMixin.FailoverConfigProperty-
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.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.FailoverConfigProperty
CfnFlowPropsMixin.FailoverConfigProperty.Builder, CfnFlowPropsMixin.FailoverConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.FailoverConfigProperty.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 StringThe type of failover you choose for this flow.final NumberSearch window time to look for dash-7 packets.final ObjectThe priority you want to assign to a source.final StringgetState()The state of source failover on the flow.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 theCfnFlowPropsMixin.FailoverConfigProperty.Builder.
-
-
Method Details
-
getFailoverMode
Description copied from interface:CfnFlowPropsMixin.FailoverConfigPropertyThe type of failover you choose for this flow.MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams. The string for this property must be entered as MERGE or FAILOVER. No other string entry is valid.
- Specified by:
getFailoverModein interfaceCfnFlowPropsMixin.FailoverConfigProperty- See Also:
-
getRecoveryWindow
Description copied from interface:CfnFlowPropsMixin.FailoverConfigPropertySearch window time to look for dash-7 packets.- Specified by:
getRecoveryWindowin interfaceCfnFlowPropsMixin.FailoverConfigProperty- See Also:
-
getSourcePriority
Description copied from interface:CfnFlowPropsMixin.FailoverConfigPropertyThe priority you want to assign to a source.You can have a primary stream and a backup stream or two equally prioritized streams.
Returns union: either
IResolvableorCfnFlowPropsMixin.SourcePriorityProperty- Specified by:
getSourcePriorityin interfaceCfnFlowPropsMixin.FailoverConfigProperty- See Also:
-
getState
Description copied from interface:CfnFlowPropsMixin.FailoverConfigPropertyThe state of source failover on the flow.If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- Specified by:
getStatein interfaceCfnFlowPropsMixin.FailoverConfigProperty- See Also:
-
$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()
-