
describe-default-cluster-parameters
***********************************


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

Returns a list of parameter settings for the specified parameter group
family.


SYNOPSIS
========

   aws redshift describe-default-cluster-parameters
     --parameter-group-family <value>
     [--marker <value>]
     [--max-records <value>]


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

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


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

"--marker"  (string)
   An optional marker returned from a previous **describe-default-
   cluster-parameters** request. If this parameter is specified, the
   response includes only records beyond the marker, up to the value
   specified by "--max-records" .

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   records exist than the specified "--max-records" value, a marker is
   included in the response so that the remaining results may be
   retrieved.

   Default: "100"

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