AWSIoTJobExecutionsRolloutConfig
Objective-C
@interface AWSIoTJobExecutionsRolloutConfig
Swift
class AWSIoTJobExecutionsRolloutConfig
Allows you to create a staged rollout of a job.
-
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTExponentialRolloutRate *_Nullable exponentialRate;Swift
var exponentialRate: AWSIoTExponentialRolloutRate? { get set } -
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumPerMinute;Swift
var maximumPerMinute: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTJobExecutionsRolloutConfig Class Reference