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::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 CloudFormation template, use the following syntax:
JSON
{ "DaysOfWeek" :[ String, ... ], "HoursOfDay" :[ Integer, ... ], "LeadTimeInWeeks" :Integer, "Months" :[ String, ... ], "Preference" :String, "WeeksOfMonth" :[ Integer, ... ]}
YAML
DaysOfWeek:- StringHoursOfDay:- IntegerLeadTimeInWeeks:IntegerMonths:- StringPreference:StringWeeksOfMonth:- 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 | SUNDAYUpdate 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:
1Maximum:
4Update 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 | DECEMBERUpdate requires: Replacement
Preference-
The preference for the maintenance window scheduling.
Required: No
Type: String
Allowed values:
NO_PREFERENCE | CUSTOM_PREFERENCEUpdate requires: Replacement
WeeksOfMonth-
The weeks of the month when maintenance can be performed.
Required: No
Type: Array of Integer
Update requires: Replacement