
create-db-parameter-group
*************************


DESCRIPTION
===========

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 *modify-db-parameter-group* . Once you've created a
DB Parameter Group, you need to associate it with your DB Instance
using *modify-db-instance* . 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.


SYNOPSIS
========

   aws rds create-db-parameter-group
     --db-parameter-group-name <value>
     --db-parameter-group-family <value>
     --description <value>


REQUIRED PARAMETERS
===================

"--db-parameter-group-name"  (string)
   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.

"--db-parameter-group-family"  (string)
   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.

"--description"  (string)
   The description for the DB Parameter Group.


OPTIONAL PARAMETERS
===================

None
