View source: R/redshift_operations.R
redshift_delete_cluster_snapshot | R Documentation |
Deletes 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.
redshift_delete_cluster_snapshot(
SnapshotIdentifier,
SnapshotClusterIdentifier = NULL
)
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
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.