DeploymentIoTJobExecutionsRolloutConfig

data class DeploymentIoTJobExecutionsRolloutConfig(val exponentialRate: DeploymentIoTJobExponentialRolloutRate? = null, val maximumPerMinute: Int? = null)

Constructors

Link copied to clipboard
constructor(exponentialRate: DeploymentIoTJobExponentialRolloutRate? = null, maximumPerMinute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The exponential rate to increase the job rollout rate.

Link copied to clipboard
val maximumPerMinute: Int? = null

The maximum number of devices that receive a pending job notification, per minute.