PipeSourceActiveMqBrokerParametersArgs

data class PipeSourceActiveMqBrokerParametersArgs(val batchSize: Output<Int>? = null, val credentials: Output<PipeMqBrokerAccessCredentialsPropertiesArgs>, val maximumBatchingWindowInSeconds: Output<Int>? = null, val queueName: Output<String>) : ConvertibleToJava<PipeSourceActiveMqBrokerParametersArgs>

Constructors

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

Properties

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

The maximum number of records to include in each batch.

Link copied to clipboard

The credentials needed to access the resource.

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

The maximum length of a time to wait for events.

Link copied to clipboard
val queueName: Output<String>

The name of the destination queue to consume.

Functions

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