databaseVersion property
The database engine major version.
This is an optional field. If a database version is not supplied at cluster creation time, then a default database version will be used.
Optional. Possible string values are:
- "DATABASE_VERSION_UNSPECIFIED" : This is an unknown database version.
- "POSTGRES_14" : The database version is Postgres 14.
- "POSTGRES_15" : The database version is Postgres 15.
Implementation
core.String? databaseVersion;