Interface OracleSe1InstanceEngineProps

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.224Z") @Stability(Deprecated) @Deprecated public interface OracleSe1InstanceEngineProps 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 1 instance engines.

Used in

invalid @link
DatabaseInstanceEngine.oracleSe1
.

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