Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceReplicaSelection

import type { InstanceReplicaSelection } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

ReplicaSelection identifies replicas with common properties.

interface InstanceReplicaSelection {
location?: string;
}

§Properties

§
location?: string
[src]

Required. Name of the location of the replicas (e.g., "us-central1").