Uses of Interface
software.amazon.awscdk.services.neptune.alpha.IParameterGroup
-
Uses of IParameterGroup in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIParameterGroup
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) DB parameter group.Modifier and TypeMethodDescriptionstatic IParameterGroup
ParameterGroup.fromParameterGroupName
(software.constructs.Construct scope, String id, String parameterGroupName) (experimental) Imports a parameter group.default IParameterGroup
DatabaseClusterProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.final IParameterGroup
DatabaseClusterProps.Jsii$Proxy.getParameterGroup()
default IParameterGroup
DatabaseInstanceProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.final IParameterGroup
DatabaseInstanceProps.Jsii$Proxy.getParameterGroup()
Modifier 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()