AWS::WorkSpacesThinClient::Environment MaintenanceWindow - AWS CloudFormation

AWS::WorkSpacesThinClient::Environment MaintenanceWindow

Describes the maintenance window for a thin client device.

Syntax

To declare this entity in your AWS 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