
describe-cluster-parameter-groups
*********************************


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

Returns a list of parameter groups, including parameter groups you
created and the default parameter group. For each parameter group, the
response includes the parameter group name, description, and parameter
group family name. You can optionally specify a name to retrieve the
description of a specific parameter group.


SYNOPSIS
========

   aws redshift describe-cluster-parameter-groups
     [--marker <value>]
     [--max-records <value>]
     [--parameter-group-name <value>]


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

None


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

"--marker"  (string)
   An optional marker returned by a previous  describe-cluster-
   parameter-groups request to indicate the first parameter group that
   the current request will return.

"--max-records"  (integer)
   The maximum number of parameter group records to include in the
   response. If more records exist than the specified "--max-records"
   value, the response includes a marker that you can use in a
   subsequent describe-cluster-parameter-groups request to retrieve
   the next set of records.

   Default: "100"

   Constraints: Value must be at least 20 and no more than 100.

"--parameter-group-name"  (string)
   The name of a specific parameter group for which to return details.
   By default, details about all parameter groups and the default
   parameter group are returned.
