Uses of Interface
software.amazon.awscdk.services.neptune.alpha.IDatabaseCluster
-
Uses of IDatabaseCluster in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDatabaseCluster
.Modifier and TypeClassDescriptionclass
(experimental) Create a clustered database with a given number of instances.class
(experimental) A new or imported database cluster.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IDatabaseCluster
DatabaseClusterBase.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 IDatabaseCluster
DatabaseInstanceProps.Jsii$Proxy.getCluster()
Modifier 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()