ApplicationUpdateStrategyV2BatchUpdateArgs

data class ApplicationUpdateStrategyV2BatchUpdateArgs(val batch: Output<Int>? = null, val batchWaitTime: Output<Int>? = null, val releaseType: Output<String>? = null) : ConvertibleToJava<ApplicationUpdateStrategyV2BatchUpdateArgs>

Constructors

constructor(batch: Output<Int>? = null, batchWaitTime: Output<Int>? = null, releaseType: Output<String>? = null)

Properties

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

The number of batches in which you want to release the instances.

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

The batch wait time.

Link copied to clipboard
val releaseType: Output<String>? = null

The processing method for the batches. Valid values: auto and manual.

Functions

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