public static final class CfnFlow.FailoverConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.FailoverConfigProperty
CfnFlow.FailoverConfigProperty
CfnFlow.FailoverConfigProperty.Builder, CfnFlow.FailoverConfigProperty.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 |
getRecoveryWindow()
The size of the buffer (delay) that the service maintains.
|
java.lang.String |
getState()
The state of source failover on the flow.
|
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 getRecoveryWindow()
CfnFlow.FailoverConfigProperty
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.
getRecoveryWindow
in interface CfnFlow.FailoverConfigProperty
public final java.lang.String getState()
CfnFlow.FailoverConfigProperty
If the state is disabled, the flow can have only one source. If the state is enabled, the flow can have one or two sources.
getState
in interface CfnFlow.FailoverConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()