status property
The current status of the endpoint. One of: creating
,
available
, deleting
, inactive
,
modifying
. The inactive
state applies to an
endpoint that cannot be used for a certain kind of cluster, such as a
writer
endpoint for a read-only secondary cluster in a global
database.
Implementation
final String? status;