AWS::MemoryDB::ParameterGroupSpecifies a new MemoryDB parameter group. A parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster . For more information, see [Configuring engine parameters using parameter groups](https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html) .
import { CfnParameterGroup } from 'aws-cdk-lib/aws-memorydb';Or use the module namespace:
import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnParameterGroupConfiguration passed to the constructor as CfnParameterGroupProps.
familyRequiredstringThe name of the parameter group family that this parameter group is compatible with.
parameterGroupNameRequiredstringThe name of the parameter group.
descriptionOptionalstringA description of the parameter group.
parametersOptionalanyReturns the detailed parameter list for the parameter group.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
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-memorydbAWS::MemoryDB::ParameterGroup