AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Redshift::ClusterParameterGroup

CfnClusterParameterGroup

Describes a parameter group.

Import

import { CfnClusterParameterGroup } from 'aws-cdk-lib/aws-redshift';

Or use the module namespace:

import * as redshift from 'aws-cdk-lib/aws-redshift';
// redshift.CfnClusterParameterGroup

Properties

Configuration passed to the constructor as CfnClusterParameterGroupProps.

descriptionRequired
string

The description of the parameter group.

parameterGroupFamilyRequired
string

The name of the cluster parameter group family that this cluster parameter group is compatible with. You can create a custom parameter group and then associate your cluster with it. For more information, see [Amazon Redshift parameter groups](https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html) .

parameterGroupNameOptional
string

The name of the cluster parameter group.

parametersOptional
IResolvable | IResolvable | ParameterProperty[]

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional. For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

tagsOptional
CfnTag[]

The list of tags for the cluster parameter group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter