@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.534Z") @Stability(value=Deprecated) @Deprecated public interface OracleSeInstanceEngineProps extends software.amazon.jsii.JsiiSerializable
Used in {@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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OracleSeInstanceEngineProps.Builder
Deprecated.
|
static class |
OracleSeInstanceEngineProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OracleSeInstanceEngineProps.Builder |
builder()
Deprecated.
|
OracleLegacyEngineVersion |
getVersion()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull OracleLegacyEngineVersion getVersion()
@Stability(value=Deprecated) @Deprecated static OracleSeInstanceEngineProps.Builder builder()
Copyright © 2022. All rights reserved.