GooglePrivacyDlpV2CloudSqlProperties
import type { GooglePrivacyDlpV2CloudSqlProperties } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Cloud SQL connection properties.
§Properties
Built-in IAM authentication (must be configured in Cloud SQL).
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
Required. The database engine used by the Cloud SQL instance that this connection configures.
Required. The DLP API will limit its connections to max_connections. Must be 2 or greater.
A username and password stored in Secret Manager.