@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.498Z") @Stability(value=Stable) public interface OracleEeInstanceEngineProps extends software.amazon.jsii.JsiiSerializable
Used in {@link DatabaseInstanceEngine.oracleEe}.
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.*;
OracleEngineVersion oracleEngineVersion;
OracleEeInstanceEngineProps oracleEeInstanceEngineProps = OracleEeInstanceEngineProps.builder()
.version(oracleEngineVersion)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OracleEeInstanceEngineProps.Builder
A builder for
OracleEeInstanceEngineProps |
static class |
OracleEeInstanceEngineProps.Jsii$Proxy
An implementation for
OracleEeInstanceEngineProps |
| Modifier and Type | Method and Description |
|---|---|
static OracleEeInstanceEngineProps.Builder |
builder() |
OracleEngineVersion |
getVersion()
The exact version of the engine to use.
|
@Stability(value=Stable) @NotNull OracleEngineVersion getVersion()
@Stability(value=Stable) static OracleEeInstanceEngineProps.Builder builder()
Copyright © 2022. All rights reserved.