AWS::ODB::CloudAutonomousVmCluster MaintenanceWindow - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ODB::CloudAutonomousVmCluster MaintenanceWindow

The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DaysOfWeek" : [ String, ... ], "HoursOfDay" : [ Integer, ... ], "LeadTimeInWeeks" : Integer, "Months" : [ String, ... ], "Preference" : String, "WeeksOfMonth" : [ Integer, ... ] }

YAML

DaysOfWeek: - String HoursOfDay: - Integer LeadTimeInWeeks: Integer Months: - String Preference: String WeeksOfMonth: - Integer

Properties

DaysOfWeek

The days of the week when maintenance can be performed.

Required: No

Type: Array of String

Allowed values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY

Update requires: Replacement

HoursOfDay

The hours of the day when maintenance can be performed.

Required: No

Type: Array of Integer

Update requires: Replacement

LeadTimeInWeeks

The lead time in weeks before the maintenance window.

Required: No

Type: Integer

Minimum: 1

Maximum: 4

Update requires: Replacement

Months

The months when maintenance can be performed.

Required: No

Type: Array of String

Allowed values: JANUARY | FEBRUARY | MARCH | APRIL | MAY | JUNE | JULY | AUGUST | SEPTEMBER | OCTOBER | NOVEMBER | DECEMBER

Update requires: Replacement

Preference

The preference for the maintenance window scheduling.

Required: No

Type: String

Allowed values: NO_PREFERENCE | CUSTOM_PREFERENCE

Update requires: Replacement

WeeksOfMonth

The weeks of the month when maintenance can be performed.

Required: No

Type: Array of Integer

Update requires: Replacement