JobExecutionsRolloutConfigPropertiesArgs

data class JobExecutionsRolloutConfigPropertiesArgs(val exponentialRolloutRate: Output<JobTemplateExponentialRolloutRateArgs>? = null, val maximumPerMinute: Output<Int>? = null) : ConvertibleToJava<JobExecutionsRolloutConfigPropertiesArgs>

Allows you to create a staged rollout of a job.

Constructors

Link copied to clipboard
constructor(exponentialRolloutRate: Output<JobTemplateExponentialRolloutRateArgs>? = null, maximumPerMinute: Output<Int>? = null)

Properties

Link copied to clipboard

The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.

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

The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.

Functions

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