CreateParameterGroup - Amazon MemoryDB

CreateParameterGroup

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

Request Syntax

{ "Description": "string", "Family": "string", "ParameterGroupName": "string", "Tags": [ { "Key": "string", "Value": "string" } ] }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

Description

An optional description of the parameter group.

Type: String

Required: No

Family

The name of the parameter group family that the parameter group can be used with.

Type: String

Required: Yes

ParameterGroupName

The name of the parameter group.

Type: String

Required: Yes

Tags

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Type: Array of Tag objects

Array Members: Maximum number of 200 items.

Required: No

Response Syntax

{ "ParameterGroup": { "ARN": "string", "Description": "string", "Family": "string", "Name": "string" } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

ParameterGroup

The newly-created parameter group.

Type: ParameterGroup object

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidParameterCombinationException

HTTP Status Code: 400

InvalidParameterGroupStateFault

HTTP Status Code: 400

InvalidParameterValueException

HTTP Status Code: 400

ParameterGroupAlreadyExistsFault

HTTP Status Code: 400

ParameterGroupQuotaExceededFault

HTTP Status Code: 400

ServiceLinkedRoleNotFoundFault

HTTP Status Code: 400

TagQuotaPerResourceExceeded

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: