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

GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec

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

Specification for the BigQuery connection to a Cloud SQL instance.

interface GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec {
database?: string;
instanceId?: string;
type?: "DATABASE_TYPE_UNSPECIFIED" | "POSTGRES" | "MYSQL";
}

§Properties

§
database?: string
[src]

Database name.

§
instanceId?: string
[src]

Cloud SQL instance ID in the format of project:location:instance.

§
type?: "DATABASE_TYPE_UNSPECIFIED" | "POSTGRES" | "MYSQL"
[src]

Type of the Cloud SQL database.