Show / Hide Table of Contents

Class AuroraEngineVersion

(deprecated) The versions for the Aurora cluster engine (those returned by DatabaseClusterEngine.aurora).

Inheritance
object
AuroraEngineVersion
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
[Obsolete("use `AuroraMysqlEngineVersion` instead")]
public class AuroraEngineVersion : DeputyBase
Syntax (vb)
<Obsolete("use `AuroraMysqlEngineVersion` instead")>
Public Class AuroraEngineVersion Inherits DeputyBase
Remarks

Stability: Deprecated

ExampleMetadata: infused

Examples
Vpc vpc;

             new DatabaseClusterFromSnapshot(this, "Database", new DatabaseClusterFromSnapshotProps {
                 Engine = DatabaseClusterEngine.Aurora(new AuroraClusterEngineProps { Version = AuroraEngineVersion.VER_1_22_2 }),
                 Writer = ClusterInstance.Provisioned("writer"),
                 Vpc = vpc,
                 SnapshotIdentifier = "mySnapshot"
             });

Synopsis

Properties

AuroraFullVersion

(deprecated) The full version string, for example, "5.6.mysql_aurora.1.78.3.6".

AuroraMajorVersion

(deprecated) The major version of the engine.

VER_10A

(deprecated) Version "5.6.10a".

VER_1_17_9

(deprecated) Version "5.6.mysql_aurora.1.17.9".

VER_1_19_0

(deprecated) Version "5.6.mysql_aurora.1.19.0".

VER_1_19_1

(deprecated) Version "5.6.mysql_aurora.1.19.1".

VER_1_19_2

(deprecated) Version "5.6.mysql_aurora.1.19.2".

VER_1_19_5

(deprecated) Version "5.6.mysql_aurora.1.19.5".

VER_1_19_6

(deprecated) Version "5.6.mysql_aurora.1.19.6".

VER_1_20_0

(deprecated) Version "5.6.mysql_aurora.1.20.0".

VER_1_20_1

(deprecated) Version "5.6.mysql_aurora.1.20.1".

VER_1_21_0

(deprecated) Version "5.6.mysql_aurora.1.21.0".

VER_1_22_0

(deprecated) Version "5.6.mysql_aurora.1.22.0".

VER_1_22_1

(deprecated) Version "5.6.mysql_aurora.1.22.1".

VER_1_22_1_3

(deprecated) Version "5.6.mysql_aurora.1.22.1.3".

VER_1_22_2

(deprecated) Version "5.6.mysql_aurora.1.22.2".

VER_1_22_3

(deprecated) Version "5.6.mysql_aurora.1.22.3".

VER_1_22_4

(deprecated) Version "5.6.mysql_aurora.1.22.4".

VER_1_22_5

(deprecated) Version "5.6.mysql_aurora.1.22.5".

VER_1_23_0

(deprecated) Version "5.6.mysql_aurora.1.23.0".

VER_1_23_1

(deprecated) Version "5.6.mysql_aurora.1.23.1".

VER_1_23_2

(deprecated) Version "5.6.mysql_aurora.1.23.2".

VER_1_23_3

(deprecated) Version "5.6.mysql_aurora.1.23.3".

VER_1_23_4

(deprecated) Version "5.6.mysql_aurora.1.23.4".

Methods

Of(string, string?)

(deprecated) Create a new AuroraEngineVersion with an arbitrary version.

Properties

AuroraFullVersion

(deprecated) The full version string, for example, "5.6.mysql_aurora.1.78.3.6".

[Obsolete]
public virtual string AuroraFullVersion { get; }
Property Value

string

Remarks

Stability: Deprecated

AuroraMajorVersion

(deprecated) The major version of the engine.

[Obsolete]
public virtual string AuroraMajorVersion { get; }
Property Value

string

Remarks

Currently, it's always "5.6".

Stability: Deprecated

VER_10A

(deprecated) Version "5.6.10a".

[Obsolete]
public static AuroraEngineVersion VER_10A { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_17_9

(deprecated) Version "5.6.mysql_aurora.1.17.9".

[Obsolete]
public static AuroraEngineVersion VER_1_17_9 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_19_0

(deprecated) Version "5.6.mysql_aurora.1.19.0".

[Obsolete]
public static AuroraEngineVersion VER_1_19_0 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_19_1

(deprecated) Version "5.6.mysql_aurora.1.19.1".

[Obsolete]
public static AuroraEngineVersion VER_1_19_1 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_19_2

(deprecated) Version "5.6.mysql_aurora.1.19.2".

[Obsolete]
public static AuroraEngineVersion VER_1_19_2 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_19_5

(deprecated) Version "5.6.mysql_aurora.1.19.5".

[Obsolete]
public static AuroraEngineVersion VER_1_19_5 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_19_6

(deprecated) Version "5.6.mysql_aurora.1.19.6".

[Obsolete]
public static AuroraEngineVersion VER_1_19_6 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_20_0

(deprecated) Version "5.6.mysql_aurora.1.20.0".

[Obsolete]
public static AuroraEngineVersion VER_1_20_0 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_20_1

(deprecated) Version "5.6.mysql_aurora.1.20.1".

[Obsolete]
public static AuroraEngineVersion VER_1_20_1 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_21_0

(deprecated) Version "5.6.mysql_aurora.1.21.0".

[Obsolete]
public static AuroraEngineVersion VER_1_21_0 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_0

(deprecated) Version "5.6.mysql_aurora.1.22.0".

[Obsolete]
public static AuroraEngineVersion VER_1_22_0 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_1

(deprecated) Version "5.6.mysql_aurora.1.22.1".

[Obsolete]
public static AuroraEngineVersion VER_1_22_1 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_1_3

(deprecated) Version "5.6.mysql_aurora.1.22.1.3".

[Obsolete]
public static AuroraEngineVersion VER_1_22_1_3 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_2

(deprecated) Version "5.6.mysql_aurora.1.22.2".

[Obsolete]
public static AuroraEngineVersion VER_1_22_2 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_3

(deprecated) Version "5.6.mysql_aurora.1.22.3".

[Obsolete]
public static AuroraEngineVersion VER_1_22_3 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_4

(deprecated) Version "5.6.mysql_aurora.1.22.4".

[Obsolete]
public static AuroraEngineVersion VER_1_22_4 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_22_5

(deprecated) Version "5.6.mysql_aurora.1.22.5".

[Obsolete]
public static AuroraEngineVersion VER_1_22_5 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_23_0

(deprecated) Version "5.6.mysql_aurora.1.23.0".

[Obsolete]
public static AuroraEngineVersion VER_1_23_0 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_23_1

(deprecated) Version "5.6.mysql_aurora.1.23.1".

[Obsolete]
public static AuroraEngineVersion VER_1_23_1 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_23_2

(deprecated) Version "5.6.mysql_aurora.1.23.2".

[Obsolete]
public static AuroraEngineVersion VER_1_23_2 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_23_3

(deprecated) Version "5.6.mysql_aurora.1.23.3".

[Obsolete]
public static AuroraEngineVersion VER_1_23_3 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

VER_1_23_4

(deprecated) Version "5.6.mysql_aurora.1.23.4".

[Obsolete]
public static AuroraEngineVersion VER_1_23_4 { get; }
Property Value

AuroraEngineVersion

Remarks

Stability: Deprecated

Methods

Of(string, string?)

(deprecated) Create a new AuroraEngineVersion with an arbitrary version.

[Obsolete]
public static AuroraEngineVersion Of(string auroraFullVersion, string? auroraMajorVersion = null)
Parameters
auroraFullVersion string

the full version string, for example "5.6.mysql_aurora.1.78.3.6".

auroraMajorVersion string

the major version of the engine, defaults to "5.6".

Returns

AuroraEngineVersion

Remarks

Stability: Deprecated

Back to top Generated by DocFX