Modify Cluster Maintenance
GET {{aws_redshift_base_url}}/?ClusterIdentifier&DeferMaintenance&DeferMaintenanceDuration&DeferMaintenanceEndTime&DeferMaintenanceIdentifier&DeferMaintenanceStartTime
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClusterIdentifier | null | A unique identifier for the cluster. | |
DeferMaintenance | null | A boolean indicating whether to enable the deferred maintenance window. | |
DeferMaintenanceDuration | null | An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less. | |
DeferMaintenanceEndTime | null | A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration. | |
DeferMaintenanceIdentifier | null | A unique identifier for the deferred maintenance window. | |
DeferMaintenanceStartTime | null | A timestamp indicating the start time for the deferred maintenance window. |