/AWS1/CL_TSIMAINTSCHEDULE¶
Specifies the maintenance schedule for a DB instance or cluster, defining when maintenance operations such as patching can be performed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timezone TYPE /AWS1/TSIIANATIMEZONE /AWS1/TSIIANATIMEZONE¶
The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.
iv_preferredmaintwindow TYPE /AWS1/TSIMAINTENANCEWINDOW /AWS1/TSIMAINTENANCEWINDOW¶
The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.
Queryable Attributes¶
timezone¶
The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEZONE() |
Getter for TIMEZONE, with configurable default |
ASK_TIMEZONE() |
Getter for TIMEZONE w/ exceptions if field has no value |
HAS_TIMEZONE() |
Determine if TIMEZONE has a value |
preferredMaintenanceWindow¶
The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFERREDMAINTWINDOW() |
Getter for PREFERREDMAINTENANCEWINDOW, with configurable def |
ASK_PREFERREDMAINTWINDOW() |
Getter for PREFERREDMAINTENANCEWINDOW w/ exceptions if field |
HAS_PREFERREDMAINTWINDOW() |
Determine if PREFERREDMAINTENANCEWINDOW has a value |