Class CfnPipe.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeSourceDynamoDBStreamParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipe.PipeSourceDynamoDBStreamParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeSourceDynamoDBStreamParametersProperty
An implementation for
CfnPipe.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.services.pipes.CfnPipe.PipeSourceDynamoDBStreamParametersProperty
CfnPipe.PipeSourceDynamoDBStreamParametersProperty.Builder, CfnPipe.PipeSourceDynamoDBStreamParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.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 Number(Streams only) Discard records older than the specified age.final Number(Streams only) Discard records after the specified number of retries.final String(Streams only) Define how to handle item process failures.final Number(Streams only) The 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 theCfnPipe.PipeSourceDynamoDBStreamParametersProperty.Builder.
-
-
Method Details
-
getStartingPosition
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersProperty(Streams only) The position in a stream from which to start reading.Valid values :
TRIM_HORIZON | LATEST- Specified by:
getStartingPositionin interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getBatchSize
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersPropertyThe maximum number of records to include in each batch.- Specified by:
getBatchSizein interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getDeadLetterConfig
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersPropertyDefine the target queue to send dead-letter queue events to.- Specified by:
getDeadLetterConfigin interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersPropertyThe maximum length of a time to wait for events.- Specified by:
getMaximumBatchingWindowInSecondsin interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersProperty(Streams only) Discard 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 interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getMaximumRetryAttempts
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersProperty(Streams only) Discard 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 interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getOnPartialBatchItemFailure
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersProperty(Streams only) Define 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 interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
getParallelizationFactor
Description copied from interface:CfnPipe.PipeSourceDynamoDBStreamParametersProperty(Streams only) The number of batches to process concurrently from each shard.The default value is 1.
- Specified by:
getParallelizationFactorin interfaceCfnPipe.PipeSourceDynamoDBStreamParametersProperty
-
$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()
-