elasticache_delete_cache_cluster: Deletes a previously provisioned cluster

View source: R/elasticache_operations.R

elasticache_delete_cache_clusterR Documentation

Deletes a previously provisioned cluster

Description

Deletes a previously provisioned cluster. delete_cache_cluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation.

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

Usage

elasticache_delete_cache_cluster(
  CacheClusterId,
  FinalSnapshotIdentifier = NULL
)

Arguments

CacheClusterId

[required] The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

FinalSnapshotIdentifier

The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.