Class DynamicPartitioningProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.DynamicPartitioningProps.Jsii$Proxy
- All Implemented Interfaces:
DynamicPartitioningProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DynamicPartitioningProps
@Stability(Stable)
@Internal
public static final class DynamicPartitioningProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DynamicPartitioningProps
An implementation for
DynamicPartitioningProps-
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.services.kinesisfirehose.DynamicPartitioningProps
DynamicPartitioningProps.Builder, DynamicPartitioningProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDynamicPartitioningProps.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 theDynamicPartitioningProps.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:DynamicPartitioningPropsWhether to enable the dynamic partitioning.You cannot enable dynamic partitioning for an existing Firehose stream that does not have dynamic partitioning already enabled.
- Specified by:
getEnabledin interfaceDynamicPartitioningProps- See Also:
-
getRetryDuration
Description copied from interface:DynamicPartitioningPropsThe total amount of time that Data Firehose spends on retries.Minimum: Duration.seconds(0) Maximum: Duration.seconds(7200)
Default: Duration.seconds(300)
- Specified by:
getRetryDurationin interfaceDynamicPartitioningProps
-
$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()
-