PipeSourceParametersActivemqBrokerParametersArgs

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

Constructors

fun PipeSourceParametersActivemqBrokerParametersArgs(batchSize: Output<Int>? = null, credentials: Output<PipeSourceParametersActivemqBrokerParametersCredentialsArgs>, maximumBatchingWindowInSeconds: Output<Int>? = null, queueName: Output<String>)

Functions

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

Properties

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