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

CloudSQLConfig

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

Cloud SQL configuration.

interface CloudSQLConfig {
service?: string;
umbrellaNetwork?: string;
umbrellaProject?: bigint;
}

§Properties

§
service?: string
[src]

Peering service used for peering with the Cloud SQL project.

§
umbrellaNetwork?: string
[src]

The name of the umbrella network in the Cloud SQL umbrella project.

§
umbrellaProject?: bigint
[src]

The project number of the Cloud SQL umbrella project.