Interface CfnClusterParameterGroupPropsMixin.ParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterParameterGroupPropsMixin.ParameterProperty.Jsii$Proxy
- Enclosing class:
CfnClusterParameterGroupPropsMixin
@Stability(Stable)
public static interface CfnClusterParameterGroupPropsMixin.ParameterProperty
extends software.amazon.jsii.JsiiSerializable
Describes a parameter in a cluster parameter group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.redshift.*;
ParameterProperty parameterProperty = ParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterParameterGroupPropsMixin.ParameterPropertystatic final classAn implementation forCfnClusterParameterGroupPropsMixin.ParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterName
The name of the parameter.- See Also:
-
getParameterValue
The value of the parameter.If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.- See Also:
-
builder
-