AWS::Redshift::ClusterParameterGroup Parameter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Redshift::ClusterParameterGroup Parameter

Describes a parameter in a cluster parameter group.

Syntax

To declare this entity in your Amazon 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