| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BackupResource |
BackupResource.fromRdsDatabaseCluster(IDatabaseCluster cluster)
A RDS database cluter.
|
| 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)
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.