PipeSourceParametersSqsQueueParametersArgs

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

Constructors

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. Maximum value of 10000.

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

The maximum length of a time to wait for events. Maximum value of 300.

Functions

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