Pipe Source Dynamo Db Stream Parameters Args
data class PipeSourceDynamoDbStreamParametersArgs(val batchSize: Output<Int>? = null, val deadLetterConfig: Output<PipeDeadLetterConfigArgs>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val maximumRecordAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null, val onPartialBatchItemFailure: Output<PipeOnPartialBatchItemFailureStreams>? = null, val parallelizationFactor: Output<Int>? = null, val startingPosition: Output<PipeDynamoDbStreamStartPosition>) : ConvertibleToJava<PipeSourceDynamoDbStreamParametersArgs>
Constructors
Link copied to clipboard
fun PipeSourceDynamoDbStreamParametersArgs(batchSize: Output<Int>? = null, deadLetterConfig: Output<PipeDeadLetterConfigArgs>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, maximumRecordAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null, onPartialBatchItemFailure: Output<PipeOnPartialBatchItemFailureStreams>? = null, parallelizationFactor: Output<Int>? = null, startingPosition: Output<PipeDynamoDbStreamStartPosition>)