class Aws::IoT::Types::JobExecutionsRolloutConfig
@return [Types::ExponentialRolloutRate]
define an exponential rate for a job rollout.
The rate of increase for a job rollout. This parameter allows you to
@!attribute [rw] exponential_rate
@return [Integer]
per minute. This parameter allows you to create a staged rollout.
The maximum number of things that will be notified of a pending job,
@!attribute [rw] maximum_per_minute
}
},
},
number_of_succeeded_things: 1,
number_of_notified_things: 1,
rate_increase_criteria: { # required
increment_factor: 1.0, # required
base_rate_per_minute: 1, # required
exponential_rate: {
maximum_per_minute: 1,
{
data as a hash:
@note When making an API call, you may pass JobExecutionsRolloutConfig
Allows you to create a staged rollout of a job.