Class EngineVersion

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.EngineVersion
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:40.340Z") @Stability(Experimental) public class EngineVersion extends software.amazon.jsii.JsiiObject
(experimental) Possible Instances Types to use in Neptune cluster used for defining
invalid @link
DatabaseClusterProps.engineVersion
.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.neptune.*;
 EngineVersion engineVersion = EngineVersion.V1_0_1_0;
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EngineVersion
    (experimental) Neptune engine version 1.0.1.0.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.1.1.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.1.2.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.2.1.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.2.2.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.3.0.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.4.0.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.4.1.
    static final EngineVersion
    (experimental) Neptune engine version 1.0.5.0.
    static final EngineVersion
    (experimental) Neptune engine version 1.1.0.0.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    (experimental) Constructor for specifying a custom engine version.
    protected
    EngineVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    EngineVersion(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) the engine version of Neptune.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • V1_0_1_0

      @Stability(Experimental) public static final EngineVersion V1_0_1_0
      (experimental) Neptune engine version 1.0.1.0.
    • V1_0_1_1

      @Stability(Experimental) public static final EngineVersion V1_0_1_1
      (experimental) Neptune engine version 1.0.1.1.
    • V1_0_1_2

      @Stability(Experimental) public static final EngineVersion V1_0_1_2
      (experimental) Neptune engine version 1.0.1.2.
    • V1_0_2_1

      @Stability(Experimental) public static final EngineVersion V1_0_2_1
      (experimental) Neptune engine version 1.0.2.1.
    • V1_0_2_2

      @Stability(Experimental) public static final EngineVersion V1_0_2_2
      (experimental) Neptune engine version 1.0.2.2.
    • V1_0_3_0

      @Stability(Experimental) public static final EngineVersion V1_0_3_0
      (experimental) Neptune engine version 1.0.3.0.
    • V1_0_4_0

      @Stability(Experimental) public static final EngineVersion V1_0_4_0
      (experimental) Neptune engine version 1.0.4.0.
    • V1_0_4_1

      @Stability(Experimental) public static final EngineVersion V1_0_4_1
      (experimental) Neptune engine version 1.0.4.1.
    • V1_0_5_0

      @Stability(Experimental) public static final EngineVersion V1_0_5_0
      (experimental) Neptune engine version 1.0.5.0.
    • V1_1_0_0

      @Stability(Experimental) public static final EngineVersion V1_1_0_0
      (experimental) Neptune engine version 1.1.0.0.
  • Constructor Details

    • EngineVersion

      protected EngineVersion(software.amazon.jsii.JsiiObjectRef objRef)
    • EngineVersion

      protected EngineVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • EngineVersion

      @Stability(Experimental) public EngineVersion(@NotNull String version)
      (experimental) Constructor for specifying a custom engine version.

      Parameters:
      version - the engine version of Neptune. This parameter is required.
  • Method Details

    • getVersion

      @Stability(Experimental) @NotNull public String getVersion()
      (experimental) the engine version of Neptune.