maintenanceWindow property

MaintenanceWindow? maintenanceWindow
getter/setter pair

The maintenance window is the period when Cloud Composer components may undergo maintenance.

It is defined so that maintenance is not executed during peak hours or critical time periods. The system will not be under maintenance for every occurrence of this window, but when maintenance is planned, it will be scheduled during the window. The maintenance window period must encompass at least 12 hours per week. This may be split into multiple chunks, each with a size of at least 4 hours. If this value is omitted, the default value for maintenance window will be applied. The default value is Saturday and Sunday 00-06 GMT.

Optional.

Implementation

MaintenanceWindow? maintenanceWindow;