AWS SDK for .NET Documentation
PreferredMaintenanceWindow Property
AmazonAmazon.Redshift.ModelModifyClusterRequestPreferredMaintenanceWindow Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property PreferredMaintenanceWindow.

The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.

This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.

Default: Uses existing setting.

Format: ddd:hh24:mi-ddd:hh24:mi, for example

CopyC#
wed:07:30-wed:08:00
.

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

Constraints: Must be at least 30 minutes.

Declaration Syntax
C#
public string PreferredMaintenanceWindow { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)