| Did this page help you? Yes No Tell us about it... |
Modifies the parameters of a DBParameterGroup. To modify more than one parameter submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.
![]() | Note |
|---|---|
The |
For information about the common parameters that all actions use, see Common Query Parameters.
| Name | Description | Required | |||
|---|---|---|---|---|---|
DBParameterGroupName
|
The name of the DB Parameter Group. Constraints:
Type: String | Yes | |||
Parameters.member.N
|
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. Valid Values (for the application method):
Type: Parameter list | Yes |
ModifyDBParameterGroupResult
structure.
| Name | Description |
|---|---|
DBParameterGroupName
|
The name of the DB Parameter Group. Type: String |
For information about the common errors that all actions use, see Common Errors.
| Error | Description | HTTP Status Code |
|---|---|---|
DBParameterGroupNotFound
|
DBParameterGroupName does not refer to an existing DB Parameter Group. | 404 |
InvalidDBParameterGroupState
|
The DB Parameter Group cannot be deleted because it is in use. | 400 |
https://rds.amazonaws.com/
?Action=ModifyDBParameterGroup
&DBParameterGroupName=mydbparametergroup
&Parameters.member.1.ParameterName=max_user_connections
&Parameters.member.1.ParameterValue=24
&Parameters.member.1.ApplyMethod=pending-reboot
&Parameters.member.2.ParameterName=max_allowed_packet
&Parameters.member.2.ParameterValue=1024
&Parameters.member.2.ApplyMethod=immediate
&Version=2012-04-23
&SignatureVersion=2
&SignatureMethod=HmacSHA256
&Timestamp=2011-05-11T21%3A25%3A00.686Z
&AWSAccessKeyId=<AWS Access Key ID>
&Signature=<Signature><ModifyDBParameterGroupResponse xmlns="http://rds.amazonaws.com/doc/2012-04-23/">
<ModifyDBParameterGroupResult>
<DBParameterGroupName>mydbparametergroup</DBParameterGroupName>
</ModifyDBParameterGroupResult>
<ResponseMetadata>
<RequestId>5ba91f97-bf51-11de-bf60-ef2e377db6f3</RequestId>
</ResponseMetadata>
</ModifyDBParameterGroupResponse>