Uses of Interface
software.amazon.awscdk.services.neptune.alpha.IParameterGroup
Packages that use IParameterGroup
-
Uses of IParameterGroup in software.amazon.awscdk.services.neptune.alpha
Subinterfaces of IParameterGroup in software.amazon.awscdk.services.neptune.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIParameterGroup.Classes in software.amazon.awscdk.services.neptune.alpha that implement IParameterGroupModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) DB parameter group.Methods in software.amazon.awscdk.services.neptune.alpha that return IParameterGroupModifier and TypeMethodDescriptionstatic IParameterGroupParameterGroup.fromParameterGroupName(software.constructs.Construct scope, String id, String parameterGroupName) (experimental) Imports a parameter group.default IParameterGroupDatabaseClusterProps.getParameterGroup()(experimental) The DB parameter group to associate with the instance.final IParameterGroupDatabaseClusterProps.Jsii$Proxy.getParameterGroup()default IParameterGroupDatabaseInstanceProps.getParameterGroup()(experimental) The DB parameter group to associate with the instance.final IParameterGroupDatabaseInstanceProps.Jsii$Proxy.getParameterGroup()Methods in software.amazon.awscdk.services.neptune.alpha with parameters of type IParameterGroupModifier and TypeMethodDescriptionDatabaseCluster.Builder.parameterGroup(IParameterGroup parameterGroup) (experimental) The DB parameter group to associate with the instance.DatabaseClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseClusterProps.getParameterGroup()DatabaseInstance.Builder.parameterGroup(IParameterGroup parameterGroup) (experimental) The DB parameter group to associate with the instance.DatabaseInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceProps.getParameterGroup()