AWS::Redshift::ClusterParameterGroup Parameter - AWS CloudFormation

AWS::Redshift::ClusterParameterGroup Parameter

Describes a parameter in a cluster parameter group.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ParameterName" : String, "ParameterValue" : String }

YAML

ParameterName: String ParameterValue: String

Properties

ParameterName

The name of the parameter.

Required: Yes

Type: String

Maximum: 2147483647

Update requires: No interruption

ParameterValue

The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.

Required: Yes

Type: String

Maximum: 2147483647

Update requires: No interruption