AWSIoTMaintenanceWindow
Objective-C
@interface AWSIoTMaintenanceWindow
Swift
class AWSIoTMaintenanceWindow
An optional configuration within the SchedulingConfig
to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.
Required parameters: [startTime, durationInMinutes]
-
Displays the duration of the next maintenance window.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable durationInMinutes;
Swift
var durationInMinutes: NSNumber? { get set }
-
Displays the start time of the next maintenance window.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable startTime;
Swift
var startTime: String? { get set }