Pipe Source Parameters Dynamodb Stream Parameters Args
data class PipeSourceParametersDynamodbStreamParametersArgs(val batchSize: Output<Int>? = null, val deadLetterConfig: Output<PipeSourceParametersDynamodbStreamParametersDeadLetterConfigArgs>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val maximumRecordAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null, val onPartialBatchItemFailure: Output<String>? = null, val parallelizationFactor: Output<Int>? = null, val startingPosition: Output<String>) : ConvertibleToJava<PipeSourceParametersDynamodbStreamParametersArgs>
Constructors
Link copied to clipboard
fun PipeSourceParametersDynamodbStreamParametersArgs(batchSize: Output<Int>? = null, deadLetterConfig: Output<PipeSourceParametersDynamodbStreamParametersDeadLetterConfigArgs>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, maximumRecordAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null, onPartialBatchItemFailure: Output<String>? = null, parallelizationFactor: Output<Int>? = null, startingPosition: Output<String>)
Functions
Properties
Link copied to clipboard
val deadLetterConfig: Output<PipeSourceParametersDynamodbStreamParametersDeadLetterConfigArgs>? = null