Application Update Strategy V2Batch Update Args
data class ApplicationUpdateStrategyV2BatchUpdateArgs(val batch: Output<Int>? = null, val batchWaitTime: Output<Int>? = null, val releaseType: Output<String>? = null) : ConvertibleToJava<ApplicationUpdateStrategyV2BatchUpdateArgs>
Constructors
Link copied to clipboard
fun ApplicationUpdateStrategyV2BatchUpdateArgs(batch: Output<Int>? = null, batchWaitTime: Output<Int>? = null, releaseType: Output<String>? = null)