PipeSourceSqsQueueParametersArgs

data class PipeSourceSqsQueueParametersArgs(val batchSize: Output<Int>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null) : ConvertibleToJava<PipeSourceSqsQueueParametersArgs>

Constructors

Link copied to clipboard
constructor(batchSize: Output<Int>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null)

Properties

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

The maximum number of records to include in each batch.

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

The maximum length of a time to wait for events.

Functions

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