Uses of Interface
software.amazon.awscdk.services.neptune.alpha.IDatabaseCluster
Packages that use IDatabaseCluster
-
Uses of IDatabaseCluster in software.amazon.awscdk.services.neptune.alpha
Subinterfaces of IDatabaseCluster in software.amazon.awscdk.services.neptune.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDatabaseCluster.Classes in software.amazon.awscdk.services.neptune.alpha that implement IDatabaseClusterModifier and TypeClassDescriptionclass(experimental) Create a clustered database with a given number of instances.class(experimental) A new or imported database cluster.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.neptune.alpha that return IDatabaseClusterModifier and TypeMethodDescriptionstatic IDatabaseClusterDatabaseClusterBase.fromDatabaseClusterAttributes(software.constructs.Construct scope, String id, DatabaseClusterAttributes attrs) (experimental) Import an existing DatabaseCluster from properties.DatabaseInstance.getCluster()(experimental) The instance's database cluster.DatabaseInstanceProps.getCluster()(experimental) The Neptune database cluster the instance should launch into.final IDatabaseClusterDatabaseInstanceProps.Jsii$Proxy.getCluster()Methods in software.amazon.awscdk.services.neptune.alpha with parameters of type IDatabaseClusterModifier and TypeMethodDescriptionDatabaseInstance.Builder.cluster(IDatabaseCluster cluster) (experimental) The Neptune database cluster the instance should launch into.DatabaseInstanceProps.Builder.cluster(IDatabaseCluster cluster) Sets the value ofDatabaseInstanceProps.getCluster()