interface ReadReplica {
    endpoints: DocumentDB.v1beta1.Endpoint[];
    id: string;
    region: Region;
    sameZone: boolean;
    status: DocumentDB.v1beta1.ReadReplicaStatus;
}

Properties

Display Read Replica connection information.

id: string

UUID of the Read Replica.

region: Region

Region the Read Replica is in.

sameZone: boolean

Whether the replica is in the same Availability Zone as the main Database Instance nodes or not.

Read replica status.