public static final class CfnDeliveryStream.RedshiftRetryOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.RedshiftRetryOptionsProperty
CfnDeliveryStream.RedshiftRetryOptionsProperty
CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder, CfnDeliveryStream.RedshiftRetryOptionsProperty.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 |
getDurationInSeconds()
The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt.
|
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 getDurationInSeconds()
CfnDeliveryStream.RedshiftRetryOptionsProperty
The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds
is 0 (zero) or if the first delivery attempt takes longer than the current value.
getDurationInSeconds
in interface CfnDeliveryStream.RedshiftRetryOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()