version property
The version the cluster is going to be upgraded to.
Required. Possible string values are:
- "DATABASE_VERSION_UNSPECIFIED" : This is an unknown database version.
- "POSTGRES_13" : DEPRECATED - The database version is Postgres 13.
- "POSTGRES_14" : The database version is Postgres 14.
- "POSTGRES_15" : The database version is Postgres 15.
- "POSTGRES_16" : The database version is Postgres 16.
Implementation
core.String? version;