| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterParameterGroup.Jsii$Default
Internal default implementation for
IClusterParameterGroup. |
| Modifier and Type | Method and Description |
|---|---|
static IClusterParameterGroup |
ClusterParameterGroup.fromClusterParameterGroupName(software.constructs.Construct scope,
String id,
String clusterParameterGroupName)
(experimental) Imports a parameter group.
|
default IClusterParameterGroup |
DatabaseClusterProps.getClusterParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IClusterParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getClusterParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup)
Sets the value of
DatabaseClusterProps.getClusterParameterGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.clusterParameterGroup(IClusterParameterGroup clusterParameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
Copyright © 2022. All rights reserved.