Deletes the specified manual snapshot
Source:R/redshift_operations.R
redshift_delete_cluster_snapshot.RdDeletes the specified manual snapshot. The snapshot must be in the available state, with no other users authorized to access the snapshot.
See https://www.paws-r-sdk.com/docs/redshift_delete_cluster_snapshot/ for full documentation.
Arguments
- SnapshotIdentifier
[required] The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available,failed, orcancelledstate.- SnapshotClusterIdentifier
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.