| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync | |
| software.amazon.awscdk.services.rds |
| Modifier and Type | Method and Description |
|---|---|
IDatabaseCluster |
RdsDataSourceProps.getDatabaseCluster()
(experimental) The database cluster to call to interact with this data source.
|
IDatabaseCluster |
RdsDataSourceProps.Jsii$Proxy.getDatabaseCluster() |
| Modifier and Type | Method and Description |
|---|---|
RdsDataSource |
IGraphqlApi.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore)
(experimental) add a new Rds data source to this API.
|
RdsDataSource |
IGraphqlApi.Jsii$Proxy.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore)
(experimental) add a new Rds data source to this API.
|
RdsDataSource |
GraphqlApiBase.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore)
(experimental) add a new Rds data source to this API.
|
RdsDataSource |
IGraphqlApi.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore,
DataSourceOptions options)
(experimental) add a new Rds data source to this API.
|
RdsDataSource |
IGraphqlApi.Jsii$Proxy.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore,
DataSourceOptions options)
(experimental) add a new Rds data source to this API.
|
default RdsDataSource |
IGraphqlApi.Jsii$Default.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore,
DataSourceOptions options)
(experimental) add a new Rds data source to this API.
|
RdsDataSource |
GraphqlApiBase.addRdsDataSource(String id,
IDatabaseCluster databaseCluster,
ISecret secretStore,
DataSourceOptions options)
(experimental) add a new Rds data source to this API.
|
RdsDataSource.Builder |
RdsDataSource.Builder.databaseCluster(IDatabaseCluster databaseCluster)
(experimental) The database cluster to call to interact with this data source.
|
RdsDataSourceProps.Builder |
RdsDataSourceProps.Builder.databaseCluster(IDatabaseCluster databaseCluster)
Sets the value of
RdsDataSourceProps.getDatabaseCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(IDatabaseCluster databaseCluster,
ISecret secretStore,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
RdsDataSourceProps.Builder. |
| 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 © 2020. All rights reserved.