:doc:`Redshift <../../redshift>` / Client / modify_cluster_snapshot_schedule

********************************
modify_cluster_snapshot_schedule
********************************



.. py:method:: Redshift.Client.modify_cluster_snapshot_schedule(**kwargs)

  

  Modifies a snapshot schedule for a cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSnapshotSchedule>`_  


  **Request Syntax**
  ::

    response = client.modify_cluster_snapshot_schedule(
        ClusterIdentifier='string',
        ScheduleIdentifier='string',
        DisassociateSchedule=True|False
    )
    
  :type ClusterIdentifier: string
  :param ClusterIdentifier: **[REQUIRED]** 

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

    

  
  :type ScheduleIdentifier: string
  :param ScheduleIdentifier: 

    A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

    

  
  :type DisassociateSchedule: boolean
  :param DisassociateSchedule: 

    A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.ClusterNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.SnapshotScheduleNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.InvalidClusterSnapshotScheduleStateFault`

  