AWS::IoT::JobTemplate MaintenanceWindow - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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