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

GoogleCloudRunV2CloudSqlInstance

import type { GoogleCloudRunV2CloudSqlInstance } from "https://googleapis.deno.dev/v1/run:v2.ts";

Represents a set of Cloud SQL instances. Each one will be available under /cloudsql/[instance]. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

interface GoogleCloudRunV2CloudSqlInstance {
instances?: string[];
}

§Properties

§
instances?: string[]
[src]

The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}