Interface OracleSeInstanceEngineProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
OracleSeInstanceEngineProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.226Z") @Stability(Deprecated) @Deprecated public interface OracleSeInstanceEngineProps extends software.amazon.jsii.JsiiSerializable
Deprecated.
instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341
(deprecated) Properties for Oracle Standard Edition instance engines.

Used in

invalid @link
DatabaseInstanceEngine.oracleSe
.

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;
 OracleSeInstanceEngineProps oracleSeInstanceEngineProps = OracleSeInstanceEngineProps.builder()
         .version(oracleLegacyEngineVersion)
         .build();