Class OracleLegacyEngineVersion

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.OracleLegacyEngineVersion
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.223Z") @Stability(Deprecated) @Deprecated public class OracleLegacyEngineVersion extends software.amazon.jsii.JsiiObject
Deprecated.
instances can no longer be created with these engine versions. See https://forums.aws.amazon.com/ann.jspa?annID=7341
(deprecated) The versions for the legacy Oracle instance engines (those returned by
invalid @link
DatabaseInstanceEngine.oracleSe
and
invalid @link
DatabaseInstanceEngine.oracleSe1
). Note: RDS will stop allowing creating new databases with this version in August 2020.

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.rds.*;
 OracleLegacyEngineVersion oracleLegacyEngineVersion = OracleLegacyEngineVersion.VER_11_2;
 

  • Field Details

  • Constructor Details

    • OracleLegacyEngineVersion

      protected OracleLegacyEngineVersion(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
    • OracleLegacyEngineVersion

      protected OracleLegacyEngineVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      Deprecated.
  • Method Details

    • getOracleLegacyFullVersion

      @Stability(Deprecated) @Deprecated @NotNull public String getOracleLegacyFullVersion()
      Deprecated.
      (deprecated) The full version string, for example, "11.2.0.4.v24".
    • getOracleLegacyMajorVersion

      @Stability(Deprecated) @Deprecated @NotNull public String getOracleLegacyMajorVersion()
      Deprecated.
      (deprecated) The major version of the engine, for example, "11.2".