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