Modify Cluster Snapshot Schedule
| redshift_modify_cluster_snapshot_schedule | R Documentation |
Modifies a snapshot schedule for a cluster¶
Description¶
Modifies a snapshot schedule for a cluster.
Usage¶
redshift_modify_cluster_snapshot_schedule(ClusterIdentifier,
ScheduleIdentifier, DisassociateSchedule)
Arguments¶
ClusterIdentifier[required] A unique identifier for the cluster whose snapshot schedule you want to modify.
ScheduleIdentifierA unique alphanumeric identifier for the schedule that you want to associate with the cluster.
DisassociateScheduleA boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
Value¶
An empty list.