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

ConnectionPoolConfig

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

Configuration for Managed Connection Pool (MCP).

interface ConnectionPoolConfig {
enabled?: boolean;
flags?: {
[key: string]: string;
}
;
readonly poolerCount?: number;
}

§Properties

§
enabled?: boolean
[src]

Optional. Whether to enable Managed Connection Pool (MCP).

§
flags?: {
[key: string]: string;
}
[src]

Optional. Connection Pool flags, as a list of "key": "value" pairs.

§
readonly poolerCount?: number
[src]

Output only. The number of running poolers per instance.