| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IParameterGroup.Jsii$Default
Internal default implementation for
IParameterGroup. |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
IParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
DatabaseInstanceProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IParameterGroup |
DatabaseInstanceProps.Jsii$Proxy.getParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseCluster.Builder |
DatabaseCluster.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) The DB parameter group to associate with the instance.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) The DB parameter group to associate with the instance.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseClusterProps.getParameterGroup() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseInstanceProps.getParameterGroup() |
Copyright © 2022. All rights reserved.