replicaStatus property

ReplicaStatus? replicaStatus
final

The current state of the Region:

  • CREATING - The Region is being created.
  • UPDATING - The Region is being updated.
  • DELETING - The Region is being deleted.
  • ACTIVE - The Region is ready for use.

Implementation

final ReplicaStatus? replicaStatus;