AWS::Redshift::ClusterParameterGroup Parameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Redshift::ClusterParameterGroup Parameter

Describes a parameter in a cluster parameter group.

Syntax

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