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

PrimaryConfig

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

Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.

interface PrimaryConfig {
readonly secondaryClusterNames?: string[];
}

§Properties

§
readonly secondaryClusterNames?: string[]
[src]

Output only. Names of the clusters that are replicating from this cluster.