Class CfnClusterParameterGroup.ParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnClusterParameterGroup.ParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterParameterGroup.ParameterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterParameterGroup.ParameterProperty
@Stability(Stable)
@Internal
public static final class CfnClusterParameterGroup.ParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterParameterGroup.ParameterProperty
An implementation for
CfnClusterParameterGroup.ParameterProperty
-
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.CfnClusterParameterGroup.ParameterProperty
CfnClusterParameterGroup.ParameterProperty.Builder, CfnClusterParameterGroup.ParameterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClusterParameterGroup.ParameterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnClusterParameterGroup.ParameterProperty.Builder
.
-
-
Method Details
-
getParameterName
Description copied from interface:CfnClusterParameterGroup.ParameterProperty
The name of the parameter.- Specified by:
getParameterName
in interfaceCfnClusterParameterGroup.ParameterProperty
- See Also:
-
getParameterValue
Description copied from interface:CfnClusterParameterGroup.ParameterProperty
The value of the parameter.If
ParameterName
iswlm_json_configuration
, then the maximum size ofParameterValue
is 8000 characters.- Specified by:
getParameterValue
in interfaceCfnClusterParameterGroup.ParameterProperty
- 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()
-