redshift_batch_delete_cluster_snapshots: Deletes a set of cluster snapshots
Description
Deletes a set of cluster snapshots.
Usage
redshift_batch_delete_cluster_snapshots(Identifiers)
Arguments
Identifiers
[required] A list of identifiers for the snapshots that you want to delete.
Request syntax
svc$batch_delete_cluster_snapshots(
Identifiers = list(
list(
SnapshotIdentifier = "string",
SnapshotClusterIdentifier = "string"
)
)
)