databaseEngine property

String? databaseEngine
getter/setter pair

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

Required. Possible string values are:

  • "DATABASE_ENGINE_UNKNOWN" : An engine that is not currently supported by Sensitive Data Protection.
  • "DATABASE_ENGINE_MYSQL" : Cloud SQL for MySQL instance.
  • "DATABASE_ENGINE_POSTGRES" : Cloud SQL for PostgreSQL instance.

Implementation

core.String? databaseEngine;