public static final class CfnClusterParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterParameterGroupProps
CfnClusterParameterGroupProps
CfnClusterParameterGroupProps.Builder, CfnClusterParameterGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the parameter group.
|
java.lang.String |
getParameterGroupFamily()
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
java.lang.Object |
getParameters()
An array of parameters to be modified.
|
java.util.List<CfnTag> |
getTags()
The list of tags for the cluster parameter group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
CfnClusterParameterGroupProps
getDescription
in interface CfnClusterParameterGroupProps
public final java.lang.String getParameterGroupFamily()
CfnClusterParameterGroupProps
You can create a custom parameter group and then associate your cluster with it. For more information, see Amazon Redshift parameter groups .
getParameterGroupFamily
in interface CfnClusterParameterGroupProps
public final java.lang.Object getParameters()
CfnClusterParameterGroupProps
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
getParameters
in interface CfnClusterParameterGroupProps
public final java.util.List<CfnTag> getTags()
CfnClusterParameterGroupProps
getTags
in interface CfnClusterParameterGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()