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

Type declaration

  • OptionalendpointSpec?: RDB.v1.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 to create the replica in the same availability zone as the main instance nodes or not.