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::WorkSpacesThinClient::Environment MaintenanceWindow
Important
End of support notice: On March 31, 2027, AWS will end support for Amazon WorkSpaces Thin Client. After March 31, 2027, you will no longer be able to access the WorkSpaces Thin Client console or WorkSpaces Thin Client resources. For more information, see Amazon WorkSpaces Thin Client end of support.
Describes the maintenance window for a thin client device.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApplyTimeOf" :String, "DaysOfTheWeek" :[ String, ... ], "EndTimeHour" :Integer, "EndTimeMinute" :Integer, "StartTimeHour" :Integer, "StartTimeMinute" :Integer, "Type" :String}
YAML
ApplyTimeOf:StringDaysOfTheWeek:- StringEndTimeHour:IntegerEndTimeMinute:IntegerStartTimeHour:IntegerStartTimeMinute:IntegerType:String
Properties
ApplyTimeOf-
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
Required: No
Type: String
Allowed values:
UTC | DEVICEUpdate requires: No interruption
DaysOfTheWeek-
The days of the week during which the maintenance window is open.
Required: No
Type: Array of String
Minimum:
1Maximum:
7Update requires: No interruption
EndTimeHour-
The hour for the maintenance window end (
00-23).Required: No
Type: Integer
Minimum:
0Maximum:
23Update requires: No interruption
EndTimeMinute-
The minutes for the maintenance window end (
00-59).Required: No
Type: Integer
Minimum:
0Maximum:
59Update requires: No interruption
StartTimeHour-
The hour for the maintenance window start (
00-23).Required: No
Type: Integer
Minimum:
0Maximum:
23Update requires: No interruption
StartTimeMinute-
The minutes past the hour for the maintenance window start (
00-59).Required: No
Type: Integer
Minimum:
0Maximum:
59Update requires: No interruption
Type-
An option to select the default or custom maintenance window.
Required: Yes
Type: String
Allowed values:
SYSTEM | CUSTOMUpdate requires: No interruption