ClusterConnectionStatus type
The latest heartbeat status between the cluster manager and the cluster.
KnownClusterConnectionStatus can be used interchangeably with ClusterConnectionStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Connected: The latest heartbeat status is healthy.
Disconnected: The latest heartbeat status is unhealthy.
Timeout: Too many of the latest heartbeats were missed.
Undefined: Could not determine the latest heartbeat status.
type ClusterConnectionStatus = string