Deletes a set of cluster snapshots.
redshift_batch_delete_cluster_snapshots(Identifiers)
A list with the following syntax:
list(
Resources = list(
"string"
),
Errors = list(
list(
SnapshotIdentifier = "string",
SnapshotClusterIdentifier = "string",
FailureCode = "string",
FailureReason = "string"
)
)
)
[required] A list of identifiers for the snapshots that you want to delete.
svc$batch_delete_cluster_snapshots(
Identifiers = list(
list(
SnapshotIdentifier = "string",
SnapshotClusterIdentifier = "string"
)
)
)