Modify Cluster Snapshot Schedule
GET {{aws_redshift_base_url}}/?ClusterIdentifier&DisassociateSchedule&ScheduleIdentifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClusterIdentifier | null | A unique identifier for the cluster whose snapshot schedule you want to modify. | |
DisassociateSchedule | null | A boolean to indicate whether to remove the assoiciation between the cluster and the schedule. | |
ScheduleIdentifier | null | A unique alphanumeric identifier for the schedule that you want to associate with the cluster. |