| Modifier and Type | Field and Description |
|---|---|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_11
Version "10.11".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_12
Version "10.12".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_13
Version "10.13".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_14
Version "10.14".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_4
Version "10.4".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_5
Version "10.5".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_6
Version "10.6".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_10_7
Version "10.7".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_11_4
Version "11.4".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_11_6
Version "11.6".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_11_7
Version "11.7".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_11_8
Version "11.8".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_11_9
Version "11.9".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_12_4
Version "12.4".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_11
Version "9.6.11".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_12
Version "9.6.12".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_16
Version "9.6.16".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_17
Version "9.6.17".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_18
Version "9.6.18".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_19
Version "9.6.19".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_8
Version "9.6.8".
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.VER_9_6_9
Version "9.6.9".
|
| Modifier and Type | Method and Description |
|---|---|
AuroraPostgresEngineVersion |
AuroraPostgresClusterEngineProps.getVersion()
The version of the Aurora PostgreSQL cluster engine.
|
AuroraPostgresEngineVersion |
AuroraPostgresClusterEngineProps.Jsii$Proxy.getVersion() |
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.of(String auroraPostgresFullVersion,
String auroraPostgresMajorVersion)
Create a new AuroraPostgresEngineVersion with an arbitrary version.
|
static AuroraPostgresEngineVersion |
AuroraPostgresEngineVersion.of(String auroraPostgresFullVersion,
String auroraPostgresMajorVersion,
AuroraPostgresEngineFeatures auroraPostgresFeatures)
Create a new AuroraPostgresEngineVersion with an arbitrary version.
|
| Modifier and Type | Method and Description |
|---|---|
AuroraPostgresClusterEngineProps.Builder |
AuroraPostgresClusterEngineProps.Builder.version(AuroraPostgresEngineVersion version)
Sets the value of
AuroraPostgresClusterEngineProps.getVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(AuroraPostgresEngineVersion version)
Constructor that initializes the object based on literal property values passed by the
AuroraPostgresClusterEngineProps.Builder. |
Copyright © 2021. All rights reserved.