| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB 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.fromParameterGroupName(software.constructs.Construct scope,
String id,
String parameterGroupName)
(experimental) Imports a parameter group.
|
default IClusterParameterGroup |
DatabaseClusterProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IClusterParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
Sets the value of
DatabaseClusterProps.getParameterGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
(experimental) The DB parameter group to associate with the instance.
|
Copyright © 2022. All rights reserved.