@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:35.340Z") public class ClusterParameterGroup extends Resource implements IClusterParameterGroup
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshift.*; ClusterParameterGroup clusterParameterGroup = ClusterParameterGroup.Builder.create(this, "MyClusterParameterGroup") .parameters(Map.of( "parametersKey", "parameters")) // the properties below are optional .description("description") .build();
Modifier and Type | Class and Description |
---|---|
static class |
ClusterParameterGroup.Builder
(experimental) A fluent builder for
ClusterParameterGroup . |
IClusterParameterGroup.Jsii$Default, IClusterParameterGroup.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
ClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef) |
|
ClusterParameterGroup(software.constructs.Construct scope,
java.lang.String id,
ClusterParameterGroupProps props) |
Modifier and Type | Method and Description |
---|---|
static IClusterParameterGroup |
fromClusterParameterGroupName(software.constructs.Construct scope,
java.lang.String id,
java.lang.String clusterParameterGroupName)
(experimental) Imports a parameter group.
|
java.lang.String |
getClusterParameterGroupName()
(experimental) The name of the parameter group.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected ClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected ClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public ClusterParameterGroup(software.constructs.Construct scope, java.lang.String id, ClusterParameterGroupProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.public static IClusterParameterGroup fromClusterParameterGroupName(software.constructs.Construct scope, java.lang.String id, java.lang.String clusterParameterGroupName)
scope
- This parameter is required.id
- This parameter is required.clusterParameterGroupName
- This parameter is required.public java.lang.String getClusterParameterGroupName()
getClusterParameterGroupName
in interface IClusterParameterGroup