Class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty
An implementation for
CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty-
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.kinesisfirehose.CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty
CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Builder, CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.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 NumberAfter an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt).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
protected Jsii$Proxy(CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty.Builder.
-
-
Method Details
-
getDurationInSeconds
Description copied from interface:CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsPropertyAfter an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt).After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
- Specified by:
getDurationInSecondsin interfaceCfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessRetryOptionsProperty- 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()
-