| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterEngine.Jsii$Default
Internal default implementation for
IClusterEngine. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IClusterEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static IClusterEngine |
DatabaseClusterEngine.AURORA
The unversioned 'aurora' cluster engine.
|
static IClusterEngine |
DatabaseClusterEngine.AURORA_MYSQL
The unversioned 'aurora-msql' cluster engine.
|
static IClusterEngine |
DatabaseClusterEngine.AURORA_POSTGRESQL
The unversioned 'aurora-postgresql' cluster engine.
|
| Modifier and Type | Method and Description |
|---|---|
static IClusterEngine |
DatabaseClusterEngine.aurora(AuroraClusterEngineProps props)
Creates a new plain Aurora database cluster engine.
|
static IClusterEngine |
DatabaseClusterEngine.auroraMysql(AuroraMysqlClusterEngineProps props)
Creates a new Aurora MySQL database cluster engine.
|
static IClusterEngine |
DatabaseClusterEngine.auroraPostgres(AuroraPostgresClusterEngineProps props)
Creates a new Aurora PostgreSQL database cluster engine.
|
default IClusterEngine |
IDatabaseCluster.getEngine()
The engine of this Cluster.
|
IClusterEngine |
IDatabaseCluster.Jsii$Proxy.getEngine()
The engine of this Cluster.
|
default IClusterEngine |
IDatabaseCluster.Jsii$Default.getEngine()
The engine of this Cluster.
|
IClusterEngine |
ServerlessClusterFromSnapshotProps.getEngine()
What kind of database to start.
|
IClusterEngine |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getEngine() |
IClusterEngine |
DatabaseClusterFromSnapshot.getEngine()
The engine for this Cluster.
|
IClusterEngine |
DatabaseClusterProps.getEngine()
What kind of database to start.
|
IClusterEngine |
DatabaseClusterProps.Jsii$Proxy.getEngine() |
IClusterEngine |
DatabaseClusterFromSnapshotProps.getEngine()
What kind of database to start.
|
IClusterEngine |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getEngine() |
abstract IClusterEngine |
DatabaseClusterBase.getEngine()
The engine of this Cluster.
|
IClusterEngine |
DatabaseCluster.getEngine()
The engine for this Cluster.
|
IClusterEngine |
ServerlessClusterProps.getEngine()
What kind of database to start.
|
IClusterEngine |
ServerlessClusterProps.Jsii$Proxy.getEngine() |
default IClusterEngine |
DatabaseClusterAttributes.getEngine()
The engine of the existing Cluster.
|
IClusterEngine |
DatabaseClusterAttributes.Jsii$Proxy.getEngine() |
Copyright © 2022. All rights reserved.