AWS::WorkSpacesThinClient::Environment MaintenanceWindow - AWS CloudFormation

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: String DaysOfTheWeek: - String EndTimeHour: Integer EndTimeMinute: Integer StartTimeHour: Integer StartTimeMinute: Integer Type: 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 | DEVICE

Update requires: No interruption

DaysOfTheWeek

The days of the week during which the maintenance window is open.

Required: No

Type: Array of String

Minimum: 1

Maximum: 7

Update requires: No interruption

EndTimeHour

The hour for the maintenance window end (00-23).

Required: No

Type: Integer

Minimum: 0

Maximum: 23

Update requires: No interruption

EndTimeMinute

The minutes for the maintenance window end (00-59).

Required: No

Type: Integer

Minimum: 0

Maximum: 59

Update requires: No interruption

StartTimeHour

The hour for the maintenance window start (00-23).

Required: No

Type: Integer

Minimum: 0

Maximum: 23

Update requires: No interruption

StartTimeMinute

The minutes past the hour for the maintenance window start (00-59).

Required: No

Type: Integer

Minimum: 0

Maximum: 59

Update requires: No interruption

Type

An option to select the default or custom maintenance window.

Required: Yes

Type: String

Allowed values: SYSTEM | CUSTOM

Update requires: No interruption