redshift_delete_cluster_snapshot function

Deletes the specified manual snapshot

Deletes the specified manual snapshot

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 )

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, or cancelled state.

  • 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.