---
type: resource-type
title: NeptuneDBClusterParameterGroup
description: aws resource type AWS::Neptune::DBClusterParameterGroup
name: NeptuneDBClusterParameterGroup
lexicon: aws
resource_type: AWS::Neptune::DBClusterParameterGroup
---
`AWS::Neptune::DBClusterParameterGroup`, a resource type of the aws lexicon.

## Properties

- `Description` (`string`, required): Provides the customer-specified description for this DB cluster parameter group.
- `Family` (`string`, required): Must be neptune1 for engine versions prior to 1.2.0.0, or neptune1.2 for engine version 1.2.0.0 and higher.
- `Parameters` (`Record<string, unknown>`, required): An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- `Name` (`string`, optional): Provides the name of the DB cluster parameter group.
- `Tags` (`NeptuneDBClusterParameterGroup_Tag[]`, optional): The list of tags for the cluster parameter group.
