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

CloudSqlInstance

import type { CloudSqlInstance } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1beta.ts";

Settings for CloudSQL instance configuration.

interface CloudSqlInstance {
instance?: string;
}

§Properties

§
instance?: string
[src]

Required. Name of the CloudSQL instance, in the format: projects/{project}/locations/{location}/instances/{instance}