AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ClusterParameterGroup

A cluster parameter group.

Import

import { ClusterParameterGroup } from 'aws-cdk-lib/aws-docdb';

Or use the module namespace:

import * as docdb from 'aws-cdk-lib/aws-docdb';
// docdb.ClusterParameterGroup

Properties

Configuration passed to the constructor as ClusterParameterGroupProps.

familyRequired
string

Database family of this parameter group.

parametersRequired
{ [key: string]: string }

The parameters in this parameter group.

dbClusterParameterGroupNameOptional
string

The name of the cluster parameter group.

Default: A CDK generated name for the cluster parameter group

descriptionOptional
string

Description for this parameter group.

Default: a CDK generated description

Learn AWS the Practical Way

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

Subscribe to Newsletter