ConcurrencyConfigurationArgs

data class ConcurrencyConfigurationArgs(val batchQueueSize: Output<Int>? = null, val workerCount: Output<Int>? = null) : ConvertibleToJava<ConcurrencyConfigurationArgs>

Concurrent publishing configuration.

Constructors

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

Properties

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

Size of the queue for log batches.

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

Number of parallel workers processing the log queues.

Functions

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