Uses of Interface
software.amazon.awscdk.services.rds.IDatabaseCluster
Packages that use IDatabaseCluster
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDatabaseCluster in software.amazon.awscdk.services.rds
Subinterfaces of IDatabaseCluster in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDatabaseCluster.Classes in software.amazon.awscdk.services.rds that implement IDatabaseClusterModifier and TypeClassDescriptionclassCreate a clustered database with a given number of instances.classA new or imported clustered database.classA database cluster restored from a snapshot.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.rds that return IDatabaseClusterModifier and TypeMethodDescriptionstatic IDatabaseClusterDatabaseCluster.fromDatabaseClusterAttributes(software.constructs.Construct scope, String id, DatabaseClusterAttributes attrs) Import an existing DatabaseCluster from properties.Methods in software.amazon.awscdk.services.rds that return types with arguments of type IDatabaseClusterModifier and TypeMethodDescriptiondefault List<IDatabaseCluster>ProxyTargetConfig.getDbClusters()The database clusters to which this proxy connects.final List<IDatabaseCluster>ProxyTargetConfig.Jsii$Proxy.getDbClusters()Methods in software.amazon.awscdk.services.rds with parameters of type IDatabaseClusterModifier and TypeMethodDescriptionstatic ProxyTargetProxyTarget.fromCluster(IDatabaseCluster cluster) From cluster.Method parameters in software.amazon.awscdk.services.rds with type arguments of type IDatabaseClusterModifier and TypeMethodDescriptionProxyTargetConfig.Builder.dbClusters(List<? extends IDatabaseCluster> dbClusters) Sets the value ofProxyTargetConfig.getDbClusters()