PipeSourceParametersDynamodbStreamParametersArgs

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

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

Link copied to clipboard
open override fun toJava(): PipeSourceParametersDynamodbStreamParametersArgs

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null
Link copied to clipboard
val maximumBatchingWindowInSeconds: Output<Int>? = null
Link copied to clipboard
val maximumRecordAgeInSeconds: Output<Int>? = null
Link copied to clipboard
val maximumRetryAttempts: Output<Int>? = null
Link copied to clipboard
val onPartialBatchItemFailure: Output<String>? = null
Link copied to clipboard
val parallelizationFactor: Output<Int>? = null
Link copied to clipboard