Uses of Interface
software.amazon.awscdk.interfaces.docdb.IDBClusterRef
Packages that use IDBClusterRef
Package
Description
Amazon DocumentDB Construct Library
-
Uses of IDBClusterRef in software.amazon.awscdk.interfaces.docdb
Subinterfaces of IDBClusterRef in software.amazon.awscdk.interfaces.docdbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBClusterRef.Classes in software.amazon.awscdk.interfaces.docdb that implement IDBClusterRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBClusterRef in software.amazon.awscdk.services.docdb
Subinterfaces of IDBClusterRef in software.amazon.awscdk.services.docdbModifier and TypeInterfaceDescriptioninterfaceCreate a clustered database with a given number of instances.static interfaceInternal default implementation forIDatabaseCluster.Classes in software.amazon.awscdk.services.docdb that implement IDBClusterRefModifier and TypeClassDescriptionclassTheAWS::DocDB::DBClusterAmazon DocumentDB (with MongoDB compatibility) resource describes a DBCluster.classCreate a clustered database with a given number of instances.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.docdb that return IDBClusterRefModifier and TypeMethodDescriptionDatabaseInstanceProps.getCluster()The DocumentDB database cluster the instance should launch into.final IDBClusterRefDatabaseInstanceProps.Jsii$Proxy.getCluster()Methods in software.amazon.awscdk.services.docdb with parameters of type IDBClusterRefModifier and TypeMethodDescriptionDatabaseInstance.Builder.cluster(IDBClusterRef cluster) The DocumentDB database cluster the instance should launch into.DatabaseInstanceProps.Builder.cluster(IDBClusterRef cluster) Sets the value ofDatabaseInstanceProps.getCluster()