Class CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty
An implementation for
CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty-
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.pipes.CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty
CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Builder, CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.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 NumberThe maximum number of records to include in each batch.final ObjectDefine the target queue to send dead-letter queue events to.final NumberThe maximum length of a time to wait for events.final NumberDiscard records older than the specified age.final NumberDiscard records after the specified number of retries.final StringDefine how to handle item process failures.final NumberThe number of batches to process concurrently from each shard.final String(Streams only) The position in a stream from which to start reading.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
Constructor that initializes the object based on literal property values passed by theCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty.Builder.
-
-
Method Details
-
getBatchSize
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyThe maximum number of records to include in each batch.- Specified by:
getBatchSizein interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getDeadLetterConfig
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyDefine the target queue to send dead-letter queue events to.Returns union: either
IResolvableorCfnPipePropsMixin.DeadLetterConfigProperty- Specified by:
getDeadLetterConfigin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyThe maximum length of a time to wait for events.- Specified by:
getMaximumBatchingWindowInSecondsin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyDiscard records older than the specified age.The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.
- Specified by:
getMaximumRecordAgeInSecondsin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getMaximumRetryAttempts
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyDiscard records after the specified number of retries.The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.
- Specified by:
getMaximumRetryAttemptsin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getOnPartialBatchItemFailure
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyDefine how to handle item process failures.AUTOMATIC_BISECThalves each batch and retry each half until all the records are processed or there is one failed message left in the batch.- Specified by:
getOnPartialBatchItemFailurein interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getParallelizationFactor
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersPropertyThe number of batches to process concurrently from each shard.The default value is 1.
- Specified by:
getParallelizationFactorin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- See Also:
-
getStartingPosition
Description copied from interface:CfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty(Streams only) The position in a stream from which to start reading.Valid values :
TRIM_HORIZON | LATEST- Specified by:
getStartingPositionin interfaceCfnPipePropsMixin.PipeSourceDynamoDBStreamParametersProperty- 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()
-