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

SecondaryConfig

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

Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.

interface SecondaryConfig {
primaryClusterName?: string;
}

§Properties

§
primaryClusterName?: string
[src]

The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}