Class CfnClusterParameterGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnClusterParameterGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterParameterGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterParameterGroupProps
@Stability(Stable)
@Internal
public static final class CfnClusterParameterGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterParameterGroupProps
An implementation for
CfnClusterParameterGroupProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnClusterParameterGroupProps
CfnClusterParameterGroupProps.Builder, CfnClusterParameterGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClusterParameterGroupProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The description of the parameter group.final String
The name of the cluster parameter group family that this cluster parameter group is compatible with.final String
The name of the cluster parameter group.final Object
An array of parameters to be modified.getTags()
The list of tags for the cluster parameter group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClusterParameterGroupProps.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:CfnClusterParameterGroupProps
The description of the parameter group.- Specified by:
getDescription
in interfaceCfnClusterParameterGroupProps
- See Also:
-
getParameterGroupFamily
Description copied from interface:CfnClusterParameterGroupProps
The name of the cluster parameter group family that this cluster parameter group is compatible with.You can create a custom parameter group and then associate your cluster with it. For more information, see Amazon Redshift parameter groups .
- Specified by:
getParameterGroupFamily
in interfaceCfnClusterParameterGroupProps
- See Also:
-
getParameterGroupName
Description copied from interface:CfnClusterParameterGroupProps
The name of the cluster parameter group.- Specified by:
getParameterGroupName
in interfaceCfnClusterParameterGroupProps
- See Also:
-
getParameters
Description copied from interface:CfnClusterParameterGroupProps
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.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.
- Specified by:
getParameters
in interfaceCfnClusterParameterGroupProps
- See Also:
-
getTags
Description copied from interface:CfnClusterParameterGroupProps
The list of tags for the cluster parameter group.- Specified by:
getTags
in interfaceCfnClusterParameterGroupProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-