| 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 | Class and Description |
|---|---|
class |
DatabaseCluster
Create a clustered database with a given number of instances.
|
class |
DatabaseClusterBase
A new or imported clustered database.
|
class |
DatabaseClusterFromSnapshot
A database cluster restored from a snapshot.
|
static class |
IDatabaseCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDatabaseCluster |
DatabaseCluster.fromDatabaseClusterAttributes(software.constructs.Construct scope,
String id,
DatabaseClusterAttributes attrs)
Import an existing DatabaseCluster from properties.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IDatabaseCluster> |
ProxyTargetConfig.getDbClusters()
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)
From cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyTargetConfig.Builder |
ProxyTargetConfig.Builder.dbClusters(List<? extends IDatabaseCluster> dbClusters)
Sets the value of
ProxyTargetConfig.getDbClusters() |
Copyright © 2022. All rights reserved.