This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoT::Job SchedulingConfig
The SchedulingConfig property type specifies Property description not available. for an AWS::IoT::Job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EndBehavior" :String, "EndTime" :String, "MaintenanceWindows" :[ MaintenanceWindow, ... ], "StartTime" :String}
YAML
EndBehavior:StringEndTime:StringMaintenanceWindows:- MaintenanceWindowStartTime:String
Properties
EndBehaviorProperty description not available.
Required: No
Type: String
Allowed values:
STOP_ROLLOUT | CANCEL | FORCE_CANCELUpdate requires: Replacement
EndTimeProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
64Update requires: Replacement
MaintenanceWindowsProperty description not available.
Required: No
Type: Array of MaintenanceWindow
Update requires: Replacement
StartTimeProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
64Update requires: Replacement