AWS SDK for .NET Documentation
ModifyDBParameterGroupRequest Class
AmazonAmazon.RDS.ModelModifyDBParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ModifyDBParameterGroup operation.

Modifies the parameters of a DB parameter group. 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 apply-immediate method can be used only for dynamic parameters; the pending-reboot method can be used with MySQL and Oracle DB instances for either dynamic or static parameters. For Microsoft SQL Server DB instances, the pending-reboot method can be used only for static parameters.

Declaration Syntax
C#
public class ModifyDBParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifyDBParameterGroupRequest()()()()
Initializes a new instance of the ModifyDBParameterGroupRequest class

DBParameterGroupName
The name of the DB parameter group. Constraints:
  • Must be the name of an existing DB parameter group
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Parameters
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): immediate | pending-reboot
Note:
You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBParameterGroupName(String) Obsolete.
Sets the DBParameterGroupName property

WithParameters(array<Parameter>[]()[][]) Obsolete.
Adds elements to the Parameters collection

WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) Obsolete.
Adds elements to the Parameters collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ModifyDBParameterGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)