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;
}