Learn R Programming

paws.database (version 0.1.9)

docdb_delete_db_cluster_snapshot: Deletes a cluster snapshot

Description

Deletes a cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

Usage

docdb_delete_db_cluster_snapshot(DBClusterSnapshotIdentifier)

Arguments

DBClusterSnapshotIdentifier

[required] The identifier of the cluster snapshot to delete.

Constraints: Must be the name of an existing cluster snapshot in the available state.

Request syntax

svc$delete_db_cluster_snapshot(
  DBClusterSnapshotIdentifier = "string"
)

Details

The cluster snapshot must be in the available state to be deleted.