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

GooglePrivacyDlpV2CloudSqlProperties

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

Cloud SQL connection properties.

interface GooglePrivacyDlpV2CloudSqlProperties {
connectionName?: string;
databaseEngine?: "DATABASE_ENGINE_UNKNOWN" | "DATABASE_ENGINE_MYSQL" | "DATABASE_ENGINE_POSTGRES";
maxConnections?: number;
}

§Properties

§

Built-in IAM authentication (must be configured in Cloud SQL).

§
connectionName?: string
[src]

Optional. Immutable. The Cloud SQL instance for which the connection is defined. Only one connection per instance is allowed. This can only be set at creation time, and cannot be updated. It is an error to use a connection_name from different project or region than the one that holds the connection. For example, a Connection resource for Cloud SQL connection_name project-id:us-central1:sql-instance must be created under the parent projects/project-id/locations/us-central1

§
databaseEngine?: "DATABASE_ENGINE_UNKNOWN" | "DATABASE_ENGINE_MYSQL" | "DATABASE_ENGINE_POSTGRES"
[src]

Required. The database engine used by the Cloud SQL instance that this connection configures.

§
maxConnections?: number
[src]

Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.

§

A username and password stored in Secret Manager.