View source: R/memorydb_operations.R
memorydb_delete_cluster | R Documentation |
Deletes a cluster. It also deletes all associated nodes and node endpoints
See https://www.paws-r-sdk.com/docs/memorydb_delete_cluster/ for full documentation.
memorydb_delete_cluster(ClusterName, FinalSnapshotName = NULL)
ClusterName |
[required] The name of the cluster to be deleted |
FinalSnapshotName |
The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.