| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterParameterGroup.Jsii$Default
Internal default implementation for
IClusterParameterGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterParameterGroup
(experimental) 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(software.constructs.Construct scope,
String id,
String clusterParameterGroupName)
(experimental) Imports a parameter group.
|
default IClusterParameterGroup |
ClusterProps.getParameterGroup()
(experimental) 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)
(experimental) Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.
|
| Constructor and Description |
|---|
Jsii$Proxy(Login masterUser,
IVpc vpc,
String clusterName,
ClusterType clusterType,
String defaultDatabaseName,
Boolean encrypted,
IKey encryptionKey,
IBucket loggingBucket,
String loggingKeyPrefix,
NodeType nodeType,
Number numberOfNodes,
IClusterParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IRole> roles,
List<? extends ISecurityGroup> securityGroups,
IClusterSubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2020. All rights reserved.