Class CfnBridgePropsMixin.FailoverConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgePropsMixin.FailoverConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBridgePropsMixin.FailoverConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBridgePropsMixin.FailoverConfigProperty
@Stability(Stable)
@Internal
public static final class CfnBridgePropsMixin.FailoverConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBridgePropsMixin.FailoverConfigProperty
An implementation for
CfnBridgePropsMixin.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.CfnBridgePropsMixin.FailoverConfigProperty
CfnBridgePropsMixin.FailoverConfigProperty.Builder, CfnBridgePropsMixin.FailoverConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBridgePropsMixin.FailoverConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnBridgePropsMixin.FailoverConfigProperty.Builder.
-
-
Method Details
-
getFailoverMode
Description copied from interface:CfnBridgePropsMixin.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.
- Specified by:
getFailoverModein interfaceCfnBridgePropsMixin.FailoverConfigProperty- See Also:
-
getSourcePriority
Description copied from interface:CfnBridgePropsMixin.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
IResolvableorCfnBridgePropsMixin.SourcePriorityProperty- Specified by:
getSourcePriorityin interfaceCfnBridgePropsMixin.FailoverConfigProperty- See Also:
-
getState
Description copied from interface:CfnBridgePropsMixin.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 interfaceCfnBridgePropsMixin.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()
-