aws-cdk-lib.aws_redshift.CfnClusterParameterGroup.ParameterProperty

interface ParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnClusterParameterGroup.ParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnClusterParameterGroup_ParameterProperty
Javasoftware.amazon.awscdk.services.redshift.CfnClusterParameterGroup.ParameterProperty
Pythonaws_cdk.aws_redshift.CfnClusterParameterGroup.ParameterProperty
TypeScript aws-cdk-lib » aws_redshift » CfnClusterParameterGroup » ParameterProperty

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 { aws_redshift as redshift } from 'aws-cdk-lib';
const parameterProperty: redshift.CfnClusterParameterGroup.ParameterProperty = {
  parameterName: 'parameterName',
  parameterValue: 'parameterValue',
};

Properties

NameTypeDescription
parameterNamestringThe name of the parameter.
parameterValuestringThe value of the parameter.

parameterName

Type: string

The name of the parameter.


parameterValue

Type: string

The value of the parameter.

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