Uses of Interface
software.amazon.awscdk.services.neptune.alpha.IClusterParameterGroup
Packages that use IClusterParameterGroup
-
Uses of IClusterParameterGroup in software.amazon.awscdk.services.neptune.alpha
Subinterfaces of IClusterParameterGroup in software.amazon.awscdk.services.neptune.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterParameterGroup.Classes in software.amazon.awscdk.services.neptune.alpha 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.alpha 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.alpha 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()