| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10
Version "10" (only a major version, without a specific minor version).
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_1
Version "10.1".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_10
Version "10.10".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_11
Version "10.11".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_12
Version "10.12".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_13
Version "10.13".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_14
Version "10.14".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_15
Version "10.15".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_16
Version "10.16".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_17
Version "10.17".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_18
Version "10.18".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_19
Version "10.19".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_20
Version "10.20".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_3
Version "10.3".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_4
Version "10.4".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_5
Version "10.5".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_6
Version "10.6".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_7
Version "10.7".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_10_9
Version "10.9".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11
Version "11" (only a major version, without a specific minor version).
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_1
Version "11.1".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_10
Version "11.10".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_11
Version "11.11".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_12
Version "11.12".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_13
Version "11.13".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_14
Version "11.14".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_15
Version "11.15".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_2
Version "11.2".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_4
Version "11.4".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_5
Version "11.5".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_6
Version "11.6".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_7
Version "11.7".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_8
Version "11.8".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_11_9
Version "11.9".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12
Version "12" (only a major version, without a specific minor version).
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_10
Version "12.10".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_11
Version "12.11".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_2
Version "12.2".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_3
Version "12.3".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_4
Version "12.4".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_5
Version "12.5".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_6
Version "12.6".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_7
Version "12.7".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_8
Version "12.8".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_12_9
Version "12.9".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13
Version "13" (only a major version, without a specific minor version).
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_1
Version "13.1".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_2
Version "13.2".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_3
Version "13.3".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_4
Version "13.4".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_5
Version "13.5".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_6
Version "13.6".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_13_7
Version "13.7".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_14
Version "14" (only a major version, without a specific minor version).
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_14_1
Version "14.1".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_14_2
Version "14.2".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_14_3
Version "14.3".
|
static PostgresEngineVersion |
PostgresEngineVersion.VER_9_6_24
Deprecated.
PostgreSQL 9.6 will reach end of life in November 2021
|
| Modifier and Type | Method and Description |
|---|---|
PostgresEngineVersion |
PostgresInstanceEngineProps.getVersion()
The exact version of the engine to use.
|
PostgresEngineVersion |
PostgresInstanceEngineProps.Jsii$Proxy.getVersion() |
static PostgresEngineVersion |
PostgresEngineVersion.of(String postgresFullVersion,
String postgresMajorVersion)
Create a new PostgresEngineVersion with an arbitrary version.
|
static PostgresEngineVersion |
PostgresEngineVersion.of(String postgresFullVersion,
String postgresMajorVersion,
PostgresEngineFeatures postgresFeatures)
Create a new PostgresEngineVersion with an arbitrary version.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresInstanceEngineProps.Builder |
PostgresInstanceEngineProps.Builder.version(PostgresEngineVersion version)
Sets the value of
PostgresInstanceEngineProps.getVersion() |
Copyright © 2022. All rights reserved.