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

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#
public class CreateDBParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

DBParameterGroupFamily
The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

DBParameterGroupName
The name of the DB parameter group. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Note:
This value is stored as a lower-case string.

Description
The description for the DB parameter group.

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.)
Tags
A list of tags.

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

WithDBParameterGroupName(String) Obsolete.
Sets the DBParameterGroupName property

WithDescription(String) Obsolete.
Sets the Description property

WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateDBParameterGroupRequest
See Also

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