Class AuroraPostgresEngineVersion
The versions for the Aurora PostgreSQL cluster engine (those returned by DatabaseClusterEngine.auroraPostgres
).
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AuroraPostgresEngineVersion : DeputyBase
Syntax (vb)
Public Class AuroraPostgresEngineVersion Inherits DeputyBase
Remarks
ExampleMetadata: infused
Examples
Vpc vpc;
var cluster = new DatabaseCluster(this, "Database", new DatabaseClusterProps {
Engine = DatabaseClusterEngine.AuroraPostgres(new AuroraPostgresClusterEngineProps { Version = AuroraPostgresEngineVersion.VER_15_2 }),
Credentials = Credentials.FromUsername("adminuser", new CredentialsFromUsernameOptions { Password = SecretValue.UnsafePlainText("7959866cacc02c2d243ecfe177464fe6") }),
Writer = ClusterInstance.Provisioned("writer", new ProvisionedClusterInstanceProps {
PubliclyAccessible = false
}),
Readers = new [] { ClusterInstance.Provisioned("reader") },
StorageType = DBClusterStorageType.AURORA_IOPT1,
VpcSubnets = new SubnetSelection {
SubnetType = SubnetType.PRIVATE_WITH_EGRESS
},
Vpc = vpc
});
Synopsis
Properties
AuroraPostgresFullVersion | The full version string, for example, "9.6.25.1". |
AuroraPostgresMajorVersion | The major version of the engine, for example, "9.6". |
VER_10_11 | (deprecated) Version "10.11". |
VER_10_12 | (deprecated) Version "10.12". |
VER_10_13 | (deprecated) Version "10.13". |
VER_10_14 | (deprecated) Version "10.14". |
VER_10_16 | (deprecated) Version "10.16". |
VER_10_17 | (deprecated) Version "10.17". |
VER_10_18 | (deprecated) Version "10.18". |
VER_10_19 | (deprecated) Version "10.19". |
VER_10_20 | (deprecated) Version "10.20". |
VER_10_21 | (deprecated) Version "10.21". |
VER_10_4 | (deprecated) Version "10.4". |
VER_10_5 | (deprecated) Version "10.5". |
VER_10_6 | (deprecated) Version "10.6". |
VER_10_7 | (deprecated) Version "10.7". |
VER_11_11 | (deprecated) Version "11.11". |
VER_11_12 | (deprecated) Version "11.12". |
VER_11_13 | (deprecated) Version "11.13". |
VER_11_14 | (deprecated) Version "11.14". |
VER_11_15 | (deprecated) Version "11.15". |
VER_11_16 | (deprecated) Version "11.16". |
VER_11_17 | (deprecated) Version "11.17". |
VER_11_18 | (deprecated) Version "11.18". |
VER_11_19 | (deprecated) Version "11.19". |
VER_11_20 | (deprecated) Version "11.20". |
VER_11_21 | Version "11.21". |
VER_11_4 | (deprecated) Version "11.4". |
VER_11_6 | (deprecated) Version "11.6". |
VER_11_7 | (deprecated) Version "11.7". |
VER_11_8 | (deprecated) Version "11.8". |
VER_11_9 | Version "11.9". |
VER_12_10 | (deprecated) Version "12.10". |
VER_12_11 | (deprecated) Version "12.11". |
VER_12_12 | (deprecated) Version "12.12". |
VER_12_13 | (deprecated) Version "12.13". |
VER_12_14 | (deprecated) Version "12.14". |
VER_12_15 | (deprecated) Version "12.15". |
VER_12_16 | (deprecated) Version "12.16". |
VER_12_17 | (deprecated) Version "12.17". |
VER_12_18 | (deprecated) Version "12.18". |
VER_12_19 | (deprecated) Version "12.19". |
VER_12_20 | (deprecated) Version "12.20". |
VER_12_21 | (deprecated) Version "12.21". |
VER_12_22 | Version "12.22". |
VER_12_4 | (deprecated) Version "12.4". |
VER_12_6 | (deprecated) Version "12.6". |
VER_12_7 | (deprecated) Version "12.7". |
VER_12_8 | (deprecated) Version "12.8". |
VER_12_9 | Version "12.9". |
VER_13_10 | (deprecated) Version "13.10". |
VER_13_11 | Version "13.11". |
VER_13_12 | Version "13.12". |
VER_13_13 | Version "13.13". |
VER_13_14 | Version "13.14". |
VER_13_15 | Version "13.15". |
VER_13_16 | Version "13.16". |
VER_13_17 | (deprecated) Version "13.17". |
VER_13_18 | Version "13.18". |
VER_13_20 | Version "13.20". |
VER_13_3 | (deprecated) Version "13.3". |
VER_13_4 | (deprecated) Version "13.4". |
VER_13_5 | (deprecated) Version "13.5". |
VER_13_6 | (deprecated) Version "13.6". |
VER_13_7 | (deprecated) Version "13.7". |
VER_13_8 | (deprecated) Version "13.8". |
VER_13_9 | Version "13.9". |
VER_14_10 | Version "14.10". |
VER_14_11 | Version "14.11". |
VER_14_12 | Version "14.12". |
VER_14_13 | Version "14.13". |
VER_14_14 | (deprecated) Version "14.14". |
VER_14_15 | Version "14.15". |
VER_14_17 | Version "14.17". |
VER_14_3 | (deprecated) Version "14.3". |
VER_14_4 | (deprecated) Version "14.4". |
VER_14_5 | (deprecated) Version "14.5". |
VER_14_6 | Version "14.6". |
VER_14_7 | (deprecated) Version "14.7". |
VER_14_8 | Version "14.8". |
VER_14_9 | Version "14.9". |
VER_15_10 | Version "15.10". |
VER_15_12 | Version "15.12". |
VER_15_2 | (deprecated) Version "15.2". |
VER_15_3 | Version "15.3". |
VER_15_4 | Version "15.4". |
VER_15_5 | Version "15.5". |
VER_15_6 | Version "15.6". |
VER_15_7 | Version "15.7". |
VER_15_8 | Version "15.8". |
VER_15_9 | (deprecated) Version "15.9". |
VER_16_0 | (deprecated) Version "16.0". |
VER_16_1 | Version "16.1". |
VER_16_2 | Version "16.2". |
VER_16_3 | Version "16.3". |
VER_16_4 | Version "16.4". |
VER_16_4_LIMITLESS | Version "16.4 limitless". |
VER_16_5 | (deprecated) Version "16.5". |
VER_16_6 | Version "16.6". |
VER_16_6_LIMITLESS | Version "16.6 limitless". |
VER_16_8 | Version "16.8". |
VER_16_8_LIMITLESS | Version "16.8 limitless". |
VER_17_1 | (deprecated) Version "17.1". |
VER_17_2 | (deprecated) Version "17.2". |
VER_17_4 | Version "17.4". |
VER_9_6_11 | (deprecated) Version "9.6.11". |
VER_9_6_12 | (deprecated) Version "9.6.12". |
VER_9_6_16 | (deprecated) Version "9.6.16". |
VER_9_6_17 | (deprecated) Version "9.6.17". |
VER_9_6_18 | (deprecated) Version "9.6.18". |
VER_9_6_19 | (deprecated) Version "9.6.19". |
VER_9_6_22 | (deprecated) Version "9.6.22". |
VER_9_6_8 | (deprecated) Version "9.6.8". |
VER_9_6_9 | (deprecated) Version "9.6.9". |
Methods
Of(string, string, IAuroraPostgresEngineFeatures?) | Create a new AuroraPostgresEngineVersion with an arbitrary version. |
Properties
AuroraPostgresFullVersion
The full version string, for example, "9.6.25.1".
public virtual string AuroraPostgresFullVersion { get; }
Property Value
Remarks
AuroraPostgresMajorVersion
The major version of the engine, for example, "9.6".
public virtual string AuroraPostgresMajorVersion { get; }
Property Value
Remarks
VER_10_11
(deprecated) Version "10.11".
[Obsolete("Version 10.11 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_12
(deprecated) Version "10.12".
[Obsolete("Version 10.12 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_13
(deprecated) Version "10.13".
[Obsolete("Version 10.13 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_14
(deprecated) Version "10.14".
[Obsolete("Version 10.14 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_16
(deprecated) Version "10.16".
[Obsolete("Version 10.16 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_17
(deprecated) Version "10.17".
[Obsolete("Version 10.17 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_18
(deprecated) Version "10.18".
[Obsolete("Version 10.18 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_19
(deprecated) Version "10.19".
[Obsolete("Version 10.19 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_20
(deprecated) Version "10.20".
[Obsolete("Version 10.20 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_20 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_21
(deprecated) Version "10.21".
[Obsolete("Version 10.21 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_21 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_4
(deprecated) Version "10.4".
[Obsolete("Version 10.4 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_5
(deprecated) Version "10.5".
[Obsolete("Version 10.5 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_6
(deprecated) Version "10.6".
[Obsolete("Version 10.6 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_10_7
(deprecated) Version "10.7".
[Obsolete("Version 10.7 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_10_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_11
(deprecated) Version "11.11".
[Obsolete("Version 11.11 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_12
(deprecated) Version "11.12".
[Obsolete("Version 11.12 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_13
(deprecated) Version "11.13".
[Obsolete("Version 11.13 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_14
(deprecated) Version "11.14".
[Obsolete("Version 11.14 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_15
(deprecated) Version "11.15".
[Obsolete("Version 11.15 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_15 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_16
(deprecated) Version "11.16".
[Obsolete("Version 11.16 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_17
(deprecated) Version "11.17".
[Obsolete("Version 11.17 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_18
(deprecated) Version "11.18".
[Obsolete("Version 11.18 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_19
(deprecated) Version "11.19".
[Obsolete("Version 11.19 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_20
(deprecated) Version "11.20".
[Obsolete("Version 11.20 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_20 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_21
Version "11.21".
public static AuroraPostgresEngineVersion VER_11_21 { get; }
Property Value
Remarks
VER_11_4
(deprecated) Version "11.4".
[Obsolete("Version 11.4 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_6
(deprecated) Version "11.6".
[Obsolete("Version 11.6 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_7
(deprecated) Version "11.7".
[Obsolete("Version 11.7 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_8
(deprecated) Version "11.8".
[Obsolete("Version 11.8 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_11_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_11_9
Version "11.9".
public static AuroraPostgresEngineVersion VER_11_9 { get; }
Property Value
Remarks
VER_12_10
(deprecated) Version "12.10".
[Obsolete("Version 12.10 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_11
(deprecated) Version "12.11".
[Obsolete("Version 12.11 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_12
(deprecated) Version "12.12".
[Obsolete("Version 12.12 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_13
(deprecated) Version "12.13".
[Obsolete("Version 12.13 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_13 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_14
(deprecated) Version "12.14".
[Obsolete("Version 12.14 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_15
(deprecated) Version "12.15".
[Obsolete("Version 12.15 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_15 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_16
(deprecated) Version "12.16".
[Obsolete("Version 12.16 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_17
(deprecated) Version "12.17".
[Obsolete("Version 12.17 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_18
(deprecated) Version "12.18".
[Obsolete("Version 12.18 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_19
(deprecated) Version "12.19".
[Obsolete("Version 12.19 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_20
(deprecated) Version "12.20".
[Obsolete("Version 12.20 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_20 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_21
(deprecated) Version "12.21".
[Obsolete("Version 12.21 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_21 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_22
Version "12.22".
public static AuroraPostgresEngineVersion VER_12_22 { get; }
Property Value
Remarks
VER_12_4
(deprecated) Version "12.4".
[Obsolete("Version 12.4 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_6
(deprecated) Version "12.6".
[Obsolete("Version 12.6 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_7
(deprecated) Version "12.7".
[Obsolete("Version 12.7 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_8
(deprecated) Version "12.8".
[Obsolete("Version 12.8 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_12_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_12_9
Version "12.9".
public static AuroraPostgresEngineVersion VER_12_9 { get; }
Property Value
Remarks
VER_13_10
(deprecated) Version "13.10".
[Obsolete("Version 13.10 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_10 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_11
Version "13.11".
public static AuroraPostgresEngineVersion VER_13_11 { get; }
Property Value
Remarks
VER_13_12
Version "13.12".
public static AuroraPostgresEngineVersion VER_13_12 { get; }
Property Value
Remarks
VER_13_13
Version "13.13".
public static AuroraPostgresEngineVersion VER_13_13 { get; }
Property Value
Remarks
VER_13_14
Version "13.14".
public static AuroraPostgresEngineVersion VER_13_14 { get; }
Property Value
Remarks
VER_13_15
Version "13.15".
public static AuroraPostgresEngineVersion VER_13_15 { get; }
Property Value
Remarks
VER_13_16
Version "13.16".
public static AuroraPostgresEngineVersion VER_13_16 { get; }
Property Value
Remarks
VER_13_17
(deprecated) Version "13.17".
[Obsolete("Version 13.17 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_18
Version "13.18".
public static AuroraPostgresEngineVersion VER_13_18 { get; }
Property Value
Remarks
VER_13_20
Version "13.20".
public static AuroraPostgresEngineVersion VER_13_20 { get; }
Property Value
Remarks
VER_13_3
(deprecated) Version "13.3".
[Obsolete("Version 13.3 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_4
(deprecated) Version "13.4".
[Obsolete("Version 13.4 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_5
(deprecated) Version "13.5".
[Obsolete("Version 13.5 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_6
(deprecated) Version "13.6".
[Obsolete("Version 13.6 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_6 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_7
(deprecated) Version "13.7".
[Obsolete("Version 13.7 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_8
(deprecated) Version "13.8".
[Obsolete("Version 13.8 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_13_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_13_9
Version "13.9".
public static AuroraPostgresEngineVersion VER_13_9 { get; }
Property Value
Remarks
VER_14_10
Version "14.10".
public static AuroraPostgresEngineVersion VER_14_10 { get; }
Property Value
Remarks
VER_14_11
Version "14.11".
public static AuroraPostgresEngineVersion VER_14_11 { get; }
Property Value
Remarks
VER_14_12
Version "14.12".
public static AuroraPostgresEngineVersion VER_14_12 { get; }
Property Value
Remarks
VER_14_13
Version "14.13".
public static AuroraPostgresEngineVersion VER_14_13 { get; }
Property Value
Remarks
VER_14_14
(deprecated) Version "14.14".
[Obsolete("Version 14.14 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_14_14 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_15
Version "14.15".
public static AuroraPostgresEngineVersion VER_14_15 { get; }
Property Value
Remarks
VER_14_17
Version "14.17".
public static AuroraPostgresEngineVersion VER_14_17 { get; }
Property Value
Remarks
VER_14_3
(deprecated) Version "14.3".
[Obsolete("Version 14.3 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_14_3 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_4
(deprecated) Version "14.4".
[Obsolete("Version 14.4 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_14_4 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_5
(deprecated) Version "14.5".
[Obsolete("Version 14.5 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_14_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_6
Version "14.6".
public static AuroraPostgresEngineVersion VER_14_6 { get; }
Property Value
Remarks
VER_14_7
(deprecated) Version "14.7".
[Obsolete("Version 14.7 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_14_7 { get; }
Property Value
Remarks
Stability: Deprecated
VER_14_8
Version "14.8".
public static AuroraPostgresEngineVersion VER_14_8 { get; }
Property Value
Remarks
VER_14_9
Version "14.9".
public static AuroraPostgresEngineVersion VER_14_9 { get; }
Property Value
Remarks
VER_15_10
Version "15.10".
public static AuroraPostgresEngineVersion VER_15_10 { get; }
Property Value
Remarks
VER_15_12
Version "15.12".
public static AuroraPostgresEngineVersion VER_15_12 { get; }
Property Value
Remarks
VER_15_2
(deprecated) Version "15.2".
[Obsolete("Version 15.2 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_15_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_15_3
Version "15.3".
public static AuroraPostgresEngineVersion VER_15_3 { get; }
Property Value
Remarks
VER_15_4
Version "15.4".
public static AuroraPostgresEngineVersion VER_15_4 { get; }
Property Value
Remarks
VER_15_5
Version "15.5".
public static AuroraPostgresEngineVersion VER_15_5 { get; }
Property Value
Remarks
VER_15_6
Version "15.6".
public static AuroraPostgresEngineVersion VER_15_6 { get; }
Property Value
Remarks
VER_15_7
Version "15.7".
public static AuroraPostgresEngineVersion VER_15_7 { get; }
Property Value
Remarks
VER_15_8
Version "15.8".
public static AuroraPostgresEngineVersion VER_15_8 { get; }
Property Value
Remarks
VER_15_9
(deprecated) Version "15.9".
[Obsolete("Version 15.9 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_15_9 { get; }
Property Value
Remarks
Stability: Deprecated
VER_16_0
(deprecated) Version "16.0".
[Obsolete("Version 16.0 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_16_0 { get; }
Property Value
Remarks
Stability: Deprecated
VER_16_1
Version "16.1".
public static AuroraPostgresEngineVersion VER_16_1 { get; }
Property Value
Remarks
VER_16_2
Version "16.2".
public static AuroraPostgresEngineVersion VER_16_2 { get; }
Property Value
Remarks
VER_16_3
Version "16.3".
public static AuroraPostgresEngineVersion VER_16_3 { get; }
Property Value
Remarks
VER_16_4
Version "16.4".
public static AuroraPostgresEngineVersion VER_16_4 { get; }
Property Value
Remarks
VER_16_4_LIMITLESS
Version "16.4 limitless".
public static AuroraPostgresEngineVersion VER_16_4_LIMITLESS { get; }
Property Value
Remarks
VER_16_5
(deprecated) Version "16.5".
[Obsolete("Version 16.5 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_16_5 { get; }
Property Value
Remarks
Stability: Deprecated
VER_16_6
Version "16.6".
public static AuroraPostgresEngineVersion VER_16_6 { get; }
Property Value
Remarks
VER_16_6_LIMITLESS
Version "16.6 limitless".
public static AuroraPostgresEngineVersion VER_16_6_LIMITLESS { get; }
Property Value
Remarks
VER_16_8
Version "16.8".
public static AuroraPostgresEngineVersion VER_16_8 { get; }
Property Value
Remarks
VER_16_8_LIMITLESS
Version "16.8 limitless".
public static AuroraPostgresEngineVersion VER_16_8_LIMITLESS { get; }
Property Value
Remarks
VER_17_1
(deprecated) Version "17.1".
[Obsolete("Version 17.1 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_17_1 { get; }
Property Value
Remarks
Stability: Deprecated
VER_17_2
(deprecated) Version "17.2".
[Obsolete("Version 17.2 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_17_2 { get; }
Property Value
Remarks
Stability: Deprecated
VER_17_4
Version "17.4".
public static AuroraPostgresEngineVersion VER_17_4 { get; }
Property Value
Remarks
VER_9_6_11
(deprecated) Version "9.6.11".
[Obsolete("Version 9.6.11 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_11 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_12
(deprecated) Version "9.6.12".
[Obsolete("Version 9.6.12 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_12 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_16
(deprecated) Version "9.6.16".
[Obsolete("Version 9.6.16 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_16 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_17
(deprecated) Version "9.6.17".
[Obsolete("Version 9.6.17 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_17 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_18
(deprecated) Version "9.6.18".
[Obsolete("Version 9.6.18 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_18 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_19
(deprecated) Version "9.6.19".
[Obsolete("Version 9.6.19 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_19 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_22
(deprecated) Version "9.6.22".
[Obsolete("Version 9.6.22 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_22 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_8
(deprecated) Version "9.6.8".
[Obsolete("Version 9.6.8 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_8 { get; }
Property Value
Remarks
Stability: Deprecated
VER_9_6_9
(deprecated) Version "9.6.9".
[Obsolete("Version 9.6.9 is no longer supported by Amazon RDS.")]
public static AuroraPostgresEngineVersion VER_9_6_9 { get; }
Property Value
Remarks
Stability: Deprecated
Methods
Of(string, string, IAuroraPostgresEngineFeatures?)
Create a new AuroraPostgresEngineVersion with an arbitrary version.
public static AuroraPostgresEngineVersion Of(string auroraPostgresFullVersion, string auroraPostgresMajorVersion, IAuroraPostgresEngineFeatures? auroraPostgresFeatures = null)
Parameters
- auroraPostgresFullVersion string
the full version string, for example "9.6.25.1".
- auroraPostgresMajorVersion string
the major version of the engine, for example "9.6".
- auroraPostgresFeatures IAuroraPostgresEngineFeatures
the full version string, for example "9.6.25.1".