PipeSourceParametersDynamodbStreamParameters

data class PipeSourceParametersDynamodbStreamParameters(val batchSize: Int? = null, val deadLetterConfig: PipeSourceParametersDynamodbStreamParametersDeadLetterConfig? = null, val maximumBatchingWindowInSeconds: Int? = null, val maximumRecordAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null, val onPartialBatchItemFailure: String? = null, val parallelizationFactor: Int? = null, val startingPosition: String)

Constructors

fun PipeSourceParametersDynamodbStreamParameters(batchSize: Int? = null, deadLetterConfig: PipeSourceParametersDynamodbStreamParametersDeadLetterConfig? = null, maximumBatchingWindowInSeconds: Int? = null, maximumRecordAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null, onPartialBatchItemFailure: String? = null, parallelizationFactor: Int? = null, startingPosition: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard