AWSIoTAwsJobExecutionsRolloutConfig
Objective-C
@interface AWSIoTAwsJobExecutionsRolloutConfig
Swift
class AWSIoTAwsJobExecutionsRolloutConfig
Configuration for the rollout of OTA updates.
-
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAwsJobExponentialRolloutRate *_Nullable exponentialRate;
Swift
var exponentialRate: AWSIoTAwsJobExponentialRolloutRate? { get set }
-
The maximum number of OTA update job executions started per minute.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumPerMinute;
Swift
var maximumPerMinute: NSNumber? { get set }