@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:48.900Z") @Stability(value=Deprecated) @Deprecated public interface OracleSe1InstanceEngineProps extends software.amazon.jsii.JsiiSerializable
Used in {@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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OracleSe1InstanceEngineProps.Builder
Deprecated.
|
static class |
OracleSe1InstanceEngineProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OracleSe1InstanceEngineProps.Builder |
builder()
Deprecated.
|
OracleLegacyEngineVersion |
getVersion()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull OracleLegacyEngineVersion getVersion()
@Stability(value=Deprecated) @Deprecated static OracleSe1InstanceEngineProps.Builder builder()
Copyright © 2022. All rights reserved.