ENUM
ClusterRemovalState
Description
Cluster removal state.
link GraphQL Schema definition
- enum ClusterRemovalState {
- # Cleanup of table is in progress.
- # Cluster moves to a DisconnectingStatus state when a disconnect is initiated.
- # Cluster moves to a Failed state when it is unable to disconnect.
- # Initial state of the cluster.
- # Cluster moves to a Unregistered state when deletion is complete.
- # Cluster is waiting for table clean up to complete.
- }