AWS::IoT::JobTemplate MaintenanceWindow - AWS CloudFormation

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

Minimum: 1

Maximum: 1430

Update requires: Replacement

StartTime

Displays the start time of the next maintenance window.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: Replacement