Uses of Interface
software.amazon.awscdk.services.rds.IDatabaseCluster
Package
Description
AWS AppSync Construct Library
AWS Backup Construct Library
Amazon Relational Database Service Construct Library
-
Uses of IDatabaseCluster in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionRdsDataSourcePropsV2.getServerlessCluster()
The serverless cluster to call to interact with this data source.final IDatabaseCluster
RdsDataSourcePropsV2.Jsii$Proxy.getServerlessCluster()
Modifier and TypeMethodDescriptionGraphqlApiBase.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore) add a new Rds data source to this API.GraphqlApiBase.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName) add a new Rds data source to this API.GraphqlApiBase.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds data source to this API.IGraphqlApi.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore) add a new Rds Serverless V2 data source to this API.IGraphqlApi.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName) add a new Rds Serverless V2 data source to this API.IGraphqlApi.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.default RdsDataSource
IGraphqlApi.Jsii$Default.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.final RdsDataSource
IGraphqlApi.Jsii$Proxy.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore) add a new Rds Serverless V2 data source to this API.final RdsDataSource
IGraphqlApi.Jsii$Proxy.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName) add a new Rds Serverless V2 data source to this API.final RdsDataSource
IGraphqlApi.Jsii$Proxy.addRdsDataSourceV2
(String id, IDatabaseCluster serverlessCluster, ISecret secretStore, String databaseName, DataSourceOptions options) add a new Rds Serverless V2 data source to this API.RdsDataSourcePropsV2.Builder.serverlessCluster
(IDatabaseCluster serverlessCluster) Sets the value ofRdsDataSourcePropsV2.getServerlessCluster()
-
Uses of IDatabaseCluster in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionstatic BackupResource
BackupResource.fromRdsDatabaseCluster
(IDatabaseCluster cluster) A RDS database cluter. -
Uses of IDatabaseCluster in software.amazon.awscdk.services.rds
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDatabaseCluster
.Modifier and TypeClassDescriptionclass
Create a clustered database with a given number of instances.class
A new or imported clustered database.class
A database cluster restored from a snapshot.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IDatabaseCluster
DatabaseCluster.fromDatabaseClusterAttributes
(software.constructs.Construct scope, String id, DatabaseClusterAttributes attrs) Import an existing DatabaseCluster from properties.Modifier and TypeMethodDescriptiondefault List<IDatabaseCluster>
ProxyTargetConfig.getDbClusters()
The database clusters to which this proxy connects.final List<IDatabaseCluster>
ProxyTargetConfig.Jsii$Proxy.getDbClusters()
Modifier and TypeMethodDescriptionClusterInstance.bind
(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions props) Add the ClusterInstance to the cluster.IClusterInstance.bind
(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions options) Create the database instance within the provided cluster.default IAuroraClusterInstance
IClusterInstance.Jsii$Default.bind
(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions options) Create the database instance within the provided cluster.final IAuroraClusterInstance
IClusterInstance.Jsii$Proxy.bind
(software.constructs.Construct scope, IDatabaseCluster cluster, ClusterInstanceBindOptions options) Create the database instance within the provided cluster.static ProxyTarget
ProxyTarget.fromCluster
(IDatabaseCluster cluster) From cluster.Modifier and TypeMethodDescriptionProxyTargetConfig.Builder.dbClusters
(List<? extends IDatabaseCluster> dbClusters) Sets the value ofProxyTargetConfig.getDbClusters()