This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ODB::CloudExadataInfrastructure 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 AWS CloudFormation template, use the following syntax:
JSON
{ "CustomActionTimeoutInMins" :
Integer
, "DaysOfWeek" :[ String, ... ]
, "HoursOfDay" :[ Integer, ... ]
, "IsCustomActionTimeoutEnabled" :Boolean
, "LeadTimeInWeeks" :Integer
, "Months" :[ String, ... ]
, "PatchingMode" :String
, "Preference" :String
, "WeeksOfMonth" :[ Integer, ... ]
}
YAML
CustomActionTimeoutInMins:
Integer
DaysOfWeek:- String
HoursOfDay:- Integer
IsCustomActionTimeoutEnabled:Boolean
LeadTimeInWeeks:Integer
Months:- String
PatchingMode:String
Preference:String
WeeksOfMonth:- Integer
Properties
CustomActionTimeoutInMins
-
The custom action timeout in minutes for the maintenance window.
Required: No
Type: Integer
Minimum:
15
Maximum:
120
Update requires: No interruption
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: No interruption
HoursOfDay
-
The hours of the day when maintenance can be performed.
Required: No
Type: Array of Integer
Update requires: No interruption
IsCustomActionTimeoutEnabled
-
Indicates whether custom action timeout is enabled for the maintenance window.
Required: No
Type: Boolean
Update requires: No interruption
LeadTimeInWeeks
-
The lead time in weeks before the maintenance window.
Required: No
Type: Integer
Minimum:
1
Maximum:
4
Update requires: No interruption
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: No interruption
PatchingMode
-
The patching mode for the maintenance window.
Required: No
Type: String
Allowed values:
ROLLING | NONROLLING
Update requires: No interruption
Preference
-
The preference for the maintenance window scheduling.
Required: No
Type: String
Allowed values:
NO_PREFERENCE | CUSTOM_PREFERENCE
Update requires: No interruption
WeeksOfMonth
-
The weeks of the month when maintenance can be performed.
Required: No
Type: Array of Integer
Update requires: No interruption