modify_cluster_snapshot_schedule

Redshift.Client.modify_cluster_snapshot_schedule(**kwargs)

Modifies a snapshot schedule for a cluster.

See also: AWS API Documentation

Request Syntax

response = client.modify_cluster_snapshot_schedule(
    ClusterIdentifier='string',
    ScheduleIdentifier='string',
    DisassociateSchedule=True|False
)
Parameters
  • ClusterIdentifier (string) --

    [REQUIRED]

    A unique identifier for the cluster whose snapshot schedule you want to modify.

  • ScheduleIdentifier (string) -- A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
  • DisassociateSchedule (boolean) -- A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
Returns

None

Exceptions

  • Redshift.Client.exceptions.ClusterNotFoundFault
  • Redshift.Client.exceptions.SnapshotScheduleNotFoundFault
  • Redshift.Client.exceptions.InvalidClusterSnapshotScheduleStateFault