AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MemoryDB::ParameterGroup

CfnParameterGroup

Specifies 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

import { CfnParameterGroup } from 'aws-cdk-lib/aws-memorydb';

Or use the module namespace:

import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnParameterGroup

Properties

Configuration passed to the constructor as CfnParameterGroupProps.

familyRequired
string

The name of the parameter group family that this parameter group is compatible with.

parameterGroupNameRequired
string

The name of the parameter group.

descriptionOptional
string

A description of the parameter group.

parametersOptional
any

Returns the detailed parameter list for the parameter group.

tagsOptional
CfnTag[]

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) .

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-memorydb
CFN TypeAWS::MemoryDB::ParameterGroup
Properties5

External Links