memorydb_delete_cluster {paws.database} | R Documentation |
Deletes a cluster
Description
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.
Usage
memorydb_delete_cluster(
ClusterName,
MultiRegionClusterName = NULL,
FinalSnapshotName = NULL
)
Arguments
ClusterName |
[required] The name of the cluster to be deleted |
MultiRegionClusterName |
The name of the multi-Region 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. |
[Package paws.database version 0.9.0 Index]