Class CfnFlow.FailoverConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.FailoverConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.FailoverConfigProperty
CfnFlow.FailoverConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlow.FailoverConfigProperty
CfnFlow.FailoverConfigProperty.Builder, CfnFlow.FailoverConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.FailoverConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The type of failover you choose for this flow.final Number
The size of the buffer (delay) that the service maintains.final Object
The priority you want to assign to a source.final String
getState()
The state of source failover on the flow.final int
hashCode()
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 theCfnFlow.FailoverConfigProperty.Builder
.
-
-
Method Details
-
getFailoverMode
Description copied from interface:CfnFlow.FailoverConfigProperty
The 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:
getFailoverMode
in interfaceCfnFlow.FailoverConfigProperty
- See Also:
-
getRecoveryWindow
Description copied from interface:CfnFlow.FailoverConfigProperty
The size of the buffer (delay) that the service maintains.A larger buffer means a longer delay in transmitting the stream, but more room for error correction. A smaller buffer means a shorter delay, but less room for error correction. You can choose a value from 100-500 ms. If you keep this field blank, the service uses the default value of 200 ms. This setting only applies when Failover Mode is set to MERGE.
- Specified by:
getRecoveryWindow
in interfaceCfnFlow.FailoverConfigProperty
- See Also:
-
getSourcePriority
Description copied from interface:CfnFlow.FailoverConfigProperty
The priority you want to assign to a source.You can have a primary stream and a backup stream or two equally prioritized streams. This setting only applies when Failover Mode is set to FAILOVER.
- Specified by:
getSourcePriority
in interfaceCfnFlow.FailoverConfigProperty
- See Also:
-
getState
Description copied from interface:CfnFlow.FailoverConfigProperty
The 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:
getState
in interfaceCfnFlow.FailoverConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-