Pipe Source Sqs Queue Parameters Args
data class PipeSourceSqsQueueParametersArgs(val batchSize: Output<Int>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null) : ConvertibleToJava<PipeSourceSqsQueueParametersArgs>
Constructors
Link copied to clipboard
fun PipeSourceSqsQueueParametersArgs(batchSize: Output<Int>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null)