PipeSourceSqsQueueParametersArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): PipeSourceSqsQueueParametersArgs

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null
Link copied to clipboard
val maximumBatchingWindowInSeconds: Output<Int>? = null