Pipe Source Sqs Queue Parameters
data class PipeSourceSqsQueueParameters(val batchSize: Int? = null, val maximumBatchingWindowInSeconds: Int? = null)
Constructors
Link copied to clipboard
fun PipeSourceSqsQueueParameters(batchSize: Int? = null, maximumBatchingWindowInSeconds: Int? = null)