dax_delete_cluster {paws.database} | R Documentation |
Deletes a previously provisioned DAX cluster
Description
Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.
See https://www.paws-r-sdk.com/docs/dax_delete_cluster/ for full documentation.
Usage
dax_delete_cluster(ClusterName)
Arguments
ClusterName |
[required] The name of the cluster to be deleted. |
[Package paws.database version 0.6.0 Index]