---
type: resource-type
title: MemoryDBParameterGroup
description: aws resource type AWS::MemoryDB::ParameterGroup
name: MemoryDBParameterGroup
lexicon: aws
resource_type: AWS::MemoryDB::ParameterGroup
---
`AWS::MemoryDB::ParameterGroup`, a resource type of the aws lexicon.

## Properties

- `Family` (`string`, required): The name of the parameter group family that this parameter group is compatible with.
- `ParameterGroupName` (`string`, required): The name of the parameter group.
- `ARN` (`string`, optional): The Amazon Resource Name (ARN) of the parameter group.
- `Description` (`string`, optional): A description of the parameter group.
- `Parameters` (`Record<string, unknown>`, optional): An map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.
- `Tags` (`MemoryDBParameterGroup_Tag[]`, optional): An array of key-value pairs to apply to this parameter group.

## Attributes

- `ARN`
