View source: R/elasticache_operations.R
elasticache_delete_serverless_cache | R Documentation |
Deletes a specified existing serverless cache.
See https://www.paws-r-sdk.com/docs/elasticache_delete_serverless_cache/ for full documentation.
elasticache_delete_serverless_cache(
ServerlessCacheName,
FinalSnapshotName = NULL
)
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 OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.