| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDatabaseCluster.Jsii$Default
Internal default implementation for
IDatabaseCluster. |
| Modifier and Type | Method and Description |
|---|---|
static IDatabaseCluster |
DatabaseCluster.fromDatabaseClusterAttributes(software.constructs.Construct scope,
String id,
DatabaseClusterAttributes attrs)
(experimental) Import an existing DatabaseCluster from properties.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IDatabaseCluster> |
ProxyTargetConfig.getDbClusters()
(experimental) The database clusters to which this proxy connects.
|
List<IDatabaseCluster> |
ProxyTargetConfig.Jsii$Proxy.getDbClusters() |
| Modifier and Type | Method and Description |
|---|---|
static ProxyTarget |
ProxyTarget.fromCluster(IDatabaseCluster cluster)
(experimental) From cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyTargetConfig.Builder |
ProxyTargetConfig.Builder.dbClusters(List<? extends IDatabaseCluster> dbClusters)
Sets the value of
ProxyTargetConfig.getDbClusters() |
| Constructor and Description |
|---|
Jsii$Proxy(String engineFamily,
List<? extends IDatabaseCluster> dbClusters,
List<? extends IDatabaseInstance> dbInstances)
Constructor that initializes the object based on literal property values passed by the
ProxyTargetConfig.Builder. |
Copyright © 2021. All rights reserved.