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