redshift_modify_cluster_maintenance: Modifies the maintenance settings of a cluster

View source: R/redshift_operations.R

redshift_modify_cluster_maintenanceR Documentation

Modifies the maintenance settings of a cluster

Description

Modifies the maintenance settings of a cluster.

See https://www.paws-r-sdk.com/docs/redshift_modify_cluster_maintenance/ for full documentation.

Usage

redshift_modify_cluster_maintenance(
  ClusterIdentifier,
  DeferMaintenance = NULL,
  DeferMaintenanceIdentifier = NULL,
  DeferMaintenanceStartTime = NULL,
  DeferMaintenanceEndTime = NULL,
  DeferMaintenanceDuration = NULL
)

Arguments

ClusterIdentifier

[required] A unique identifier for the cluster.

DeferMaintenance

A boolean indicating whether to enable the deferred maintenance window.

DeferMaintenanceIdentifier

A unique identifier for the deferred maintenance window.

DeferMaintenanceStartTime

A timestamp indicating the start time for the deferred maintenance window.

DeferMaintenanceEndTime

A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

DeferMaintenanceDuration

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.