Learn R Programming

paws.database (version 0.5.0)

elasticache_delete_serverless_cache: Deletes a specified existing serverless cache

Description

Deletes a specified existing serverless cache.

See https://www.paws-r-sdk.com/docs/elasticache_delete_serverless_cache/ for full documentation.

Usage

elasticache_delete_serverless_cache(
  ServerlessCacheName,
  FinalSnapshotName = NULL
)

Arguments

ServerlessCacheName

[required] The identifier of the serverless cache to be deleted.

FinalSnapshotName

Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis only. Default: NULL, i.e. a final snapshot is not taken.