ApplicationUpdateStrategyV2Args

data class ApplicationUpdateStrategyV2Args(val batchUpdate: Output<ApplicationUpdateStrategyV2BatchUpdateArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<ApplicationUpdateStrategyV2Args>

Constructors

Link copied to clipboard
fun ApplicationUpdateStrategyV2Args(batchUpdate: Output<ApplicationUpdateStrategyV2BatchUpdateArgs>? = null, type: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The phased release policy. See batch_update below.

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

The type of the release policy. Valid values: GrayBatchUpdate and BatchUpdate.