| 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.fromClusterParameterGroupName(Construct scope,
String id,
String clusterParameterGroupName)
Imports a parameter group.
|
default IClusterParameterGroup |
ClusterProps.getParameterGroup()
Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.
|
IClusterParameterGroup |
ClusterProps.Jsii$Proxy.getParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
ClusterProps.Builder |
ClusterProps.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
Sets the value of
ClusterProps.getParameterGroup() |
Cluster.Builder |
Cluster.Builder.parameterGroup(IClusterParameterGroup parameterGroup)
Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.
|
Copyright © 2020. All rights reserved.