AWS::Redshift::ClusterParameterGroupDescribes a parameter group.
import { CfnClusterParameterGroup } from 'aws-cdk-lib/aws-redshift';Or use the module namespace:
import * as redshift from 'aws-cdk-lib/aws-redshift';
// redshift.CfnClusterParameterGroupConfiguration passed to the constructor as CfnClusterParameterGroupProps.
descriptionRequiredstringThe description of the parameter group.
parameterGroupFamilyRequiredstringThe 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) .
parameterGroupNameOptionalstringThe name of the cluster parameter group.
parametersOptionalIResolvable | 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.
tagsOptionalCfnTag[]The list of tags for the cluster parameter group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-redshiftAWS::Redshift::ClusterParameterGroup