| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IClusterEngine
The interface representing a database cluster (as opposed to instance) engine.
|
static interface |
IClusterEngine.Jsii$Default
Internal default implementation for
IClusterEngine. |
static interface |
IEngine.Jsii$Default
Internal default implementation for
IEngine. |
interface |
IInstanceEngine
Interface representing a database instance (as opposed to cluster) engine.
|
static interface |
IInstanceEngine.Jsii$Default
Internal default implementation for
IInstanceEngine. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IClusterEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IInstanceEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IEngine |
ParameterGroupProps.getEngine()
The database engine for this parameter group.
|
IEngine |
ParameterGroupProps.Jsii$Proxy.getEngine() |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroup.Builder |
ParameterGroup.Builder.engine(IEngine engine)
The database engine for this parameter group.
|
ParameterGroupProps.Builder |
ParameterGroupProps.Builder.engine(IEngine engine)
Sets the value of
ParameterGroupProps.getEngine() |
Copyright © 2022. All rights reserved.