PipeSourceSqsQueueParameters

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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