PipeSourceParametersSqsQueueParameters

data class PipeSourceParametersSqsQueueParameters(val batchSize: Int? = null, val maximumBatchingWindowInSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(batchSize: Int? = null, maximumBatchingWindowInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

The maximum number of records to include in each batch. Maximum value of 10000.

Link copied to clipboard

The maximum length of a time to wait for events. Maximum value of 300.