ApplicationUpdateStrategyV2Args

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

Constructors

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

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.

Functions

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