| 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 | Class and Description |
|---|---|
class |
ClusterParameterGroup
A cluster parameter group.
|
static class |
IClusterParameterGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IClusterParameterGroup |
ClusterParameterGroup.fromParameterGroupName(software.constructs.Construct scope,
String id,
String parameterGroupName)
Imports a parameter group.
|
default IClusterParameterGroup |
DatabaseClusterProps.getParameterGroup()
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)
The DB parameter group to associate with the instance.
|
Copyright © 2022. All rights reserved.