CreateReadReplicaRequest: {
    endpointSpec?: DocumentDB.v1beta1.ReadReplicaEndpointSpec[];
    instanceId: string;
    region?: Region;
    sameZone?: boolean;
}

Type declaration

  • OptionalendpointSpec?: DocumentDB.v1beta1.ReadReplicaEndpointSpec[]

    Specification of the endpoint you want to create.

  • instanceId: string

    UUID of the Database Instance you want to create a Read Replica from.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalsameZone?: boolean

    Defines whether or not to create the replica in the same Availability Zone as the main Database Instance nodes.