Learn R Programming

paws.database (version 0.1.5)

elasticache_delete_snapshot: Deletes an existing snapshot

Description

Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

Usage

elasticache_delete_snapshot(SnapshotName)

Arguments

SnapshotName

[required] The name of the snapshot to be deleted.

Request syntax

svc$delete_snapshot(
  SnapshotName = "string"
)

Details

This operation is valid for Redis only.