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

ConnectionPoolFlags

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

Connection pool flags for Cloud SQL instances managed connection pool configuration.

interface ConnectionPoolFlags {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

Required. The name of the flag.

§
value?: string
[src]

Required. The value of the flag. Boolean flags are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.