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

ConnectionPoolConfigurationInfo

import type { ConnectionPoolConfigurationInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface ConnectionPoolConfigurationInfo {
ConnectionBorrowTimeout?: number | null;
InitQuery?: string | null;
MaxConnectionsPercent?: number | null;
MaxIdleConnectionsPercent?: number | null;
SessionPinningFilters: string[];
}

§Properties

§
ConnectionBorrowTimeout?: number | null
[src]
§
InitQuery?: string | null
[src]
§
MaxConnectionsPercent?: number | null
[src]
§
MaxIdleConnectionsPercent?: number | null
[src]
§
SessionPinningFilters: string[]
[src]