
create-cluster-parameter-group
******************************


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

Creates an parameter group.

Creating parameter groups is independent of creating clusters. You can
associate a cluster with a parameter group when you create the
cluster. You can also associate an existing cluster with a parameter
group after the cluster is created by using  modify-cluster .

Parameters in the parameter group define specific behavior that
applies to the databases you create on the cluster.


SYNOPSIS
========

   aws redshift create-cluster-parameter-group
     --parameter-group-family <value>
     --parameter-group-name <value>
     --description <value>


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

"--parameter-group-family"  (string)
   The engine version to which the cluster parameter group applies.
   The cluster engine version determines the set of parameters.

   To get a list of valid parameter group family names, you can call
   describe-cluster-parameter-groups . By default, Amazon Redshift
   returns a list of all the parameter groups that are owned by your
   AWS account, including the default parameter groups for each Amazon
   Redshift engine version. The parameter group family names
   associated with the default parameter groups provide you the valid
   values. For example, a valid family name is "redshift-1.0".

"--parameter-group-name"  (string)
   The name of the cluster parameter group.

   Constraints:

   * Must be 1 to 255 alphanumeric characters or hyphens

   * First character must be a letter.

   * Cannot end with a hyphen or contain two consecutive hyphens.

   * Must be unique withing your AWS account.

   Note: This value is stored as a lower-case string.

"--description"  (string)
   A description of the parameter group.


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

None
