aws-cdk-lib.aws_iot.CfnJobTemplate.MaintenanceWindowProperty

interface MaintenanceWindowProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnJobTemplate.MaintenanceWindowProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnJobTemplate_MaintenanceWindowProperty
Javasoftware.amazon.awscdk.services.iot.CfnJobTemplate.MaintenanceWindowProperty
Pythonaws_cdk.aws_iot.CfnJobTemplate.MaintenanceWindowProperty
TypeScript aws-cdk-lib » aws_iot » CfnJobTemplate » MaintenanceWindowProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const maintenanceWindowProperty: iot.CfnJobTemplate.MaintenanceWindowProperty = {
  durationInMinutes: 123,
  startTime: 'startTime',
};

Properties

NameTypeDescription
durationInMinutes?numberDisplays the duration of the next maintenance window.
startTime?stringDisplays the start time of the next maintenance window.

durationInMinutes?

Type: number (optional)

Displays the duration of the next maintenance window.


startTime?

Type: string (optional)

Displays the start time of the next maintenance window.