redshift_delete_cluster_snapshot: Deletes the specified manual snapshot

View source: R/redshift_operations.R

redshift_delete_cluster_snapshotR Documentation

Deletes the specified manual snapshot

Description

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.

Usage

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.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.