Learn R Programming

paws.database (version 0.1.5)

neptune_delete_db_cluster_snapshot: Deletes a DB cluster snapshot

Description

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

Usage

neptune_delete_db_cluster_snapshot(DBClusterSnapshotIdentifier)

Arguments

DBClusterSnapshotIdentifier

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

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

Request syntax

svc$delete_db_cluster_snapshot(
  DBClusterSnapshotIdentifier = "string"
)

Details

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