Learn R Programming

paws.database (version 0.1.5)

rds_delete_db_snapshot: Deletes a DB snapshot

Description

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

Usage

rds_delete_db_snapshot(DBSnapshotIdentifier)

Arguments

DBSnapshotIdentifier

[required] The DB snapshot identifier.

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

Request syntax

svc$delete_db_snapshot(
  DBSnapshotIdentifier = "string"
)

Details

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