Uses of Interface
software.amazon.awscdk.services.neptune.IClusterParameterGroup
Packages that use IClusterParameterGroup
-
Uses of IClusterParameterGroup in software.amazon.awscdk.services.neptune
Subinterfaces of IClusterParameterGroup in software.amazon.awscdk.services.neptuneModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterParameterGroup.Classes in software.amazon.awscdk.services.neptune that implement IClusterParameterGroupModifier and TypeClassDescriptionclass(experimental) A cluster parameter group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.neptune that return IClusterParameterGroupModifier and TypeMethodDescriptionstatic IClusterParameterGroupClusterParameterGroup.fromClusterParameterGroupName(software.constructs.Construct scope, String id, String clusterParameterGroupName) (experimental) Imports a parameter group.default IClusterParameterGroupDatabaseClusterProps.getClusterParameterGroup()(experimental) Additional parameters to pass to the database engine.final IClusterParameterGroupDatabaseClusterProps.Jsii$Proxy.getClusterParameterGroup()Methods in software.amazon.awscdk.services.neptune with parameters of type IClusterParameterGroupModifier and TypeMethodDescriptionDatabaseCluster.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup) (experimental) Additional parameters to pass to the database engine.DatabaseClusterProps.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup) Sets the value ofDatabaseClusterProps.getClusterParameterGroup()