Uses of Interface
software.amazon.awscdk.services.docdb.IClusterParameterGroup
Packages that use IClusterParameterGroup
-
Uses of IClusterParameterGroup in software.amazon.awscdk.services.docdb
Subinterfaces of IClusterParameterGroup in software.amazon.awscdk.services.docdbModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIClusterParameterGroup
.Classes in software.amazon.awscdk.services.docdb that implement IClusterParameterGroupModifier and TypeClassDescriptionclass
A cluster parameter group.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.docdb that return IClusterParameterGroupModifier and TypeMethodDescriptionstatic IClusterParameterGroup
ClusterParameterGroup.fromParameterGroupName
(software.constructs.Construct scope, String id, String parameterGroupName) Imports a parameter group.default IClusterParameterGroup
DatabaseClusterProps.getParameterGroup()
The DB parameter group to associate with the instance.final IClusterParameterGroup
DatabaseClusterProps.Jsii$Proxy.getParameterGroup()
Methods in software.amazon.awscdk.services.docdb with parameters of type IClusterParameterGroupModifier and TypeMethodDescriptionDatabaseCluster.Builder.parameterGroup
(IClusterParameterGroup parameterGroup) The DB parameter group to associate with the instance.DatabaseClusterProps.Builder.parameterGroup
(IClusterParameterGroup parameterGroup) Sets the value ofDatabaseClusterProps.getParameterGroup()