JobTemplateRateIncreaseCriteriaArgs

data class JobTemplateRateIncreaseCriteriaArgs(val numberOfNotifiedThings: Output<Int>? = null, val numberOfSucceededThings: Output<Int>? = null) : ConvertibleToJava<JobTemplateRateIncreaseCriteriaArgs>

Constructors

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

Properties

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

The threshold for number of notified things that will initiate the increase in rate of rollout.

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

The threshold for number of succeeded things that will initiate the increase in rate of rollout.

Functions

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