AWS::IoT::JobTemplate MaintenanceWindow
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DurationInMinutes" :
Integer
, "StartTime" :String
}
YAML
DurationInMinutes:
Integer
StartTime:String
Properties
DurationInMinutes
-
Displays the duration of the next maintenance window.
Required: No
Type: Integer
Update requires: No interruption
StartTime
-
Displays the start time of the next maintenance window.
Required: No
Type: String
Update requires: No interruption