AWS SDK for .NET Documentation
CreateDBParameterGroup Method (createDBParameterGroupRequest)
AmazonAmazon.RDSAmazonRDSCreateDBParameterGroup(CreateDBParameterGroupRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup . Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance . When you associate a new DB parameter group with a running DB instance, you need to reboot the DB Instance for the new DB parameter group and associated settings to take effect.

Declaration Syntax
C#
CreateDBParameterGroupResponse CreateDBParameterGroup(
	CreateDBParameterGroupRequest createDBParameterGroupRequest
)
Parameters
createDBParameterGroupRequest (CreateDBParameterGroupRequest)
Container for the necessary parameters to execute the CreateDBParameterGroup service method on AmazonRDS.
Return Value
The response from the CreateDBParameterGroup service method, as returned by AmazonRDS.
Exceptions

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