
describe-cluster-versions
*************************


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

Returns descriptions of the available cluster versions. You can call
this operation even before creating any clusters to learn more about
the versions.


SYNOPSIS
========

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


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

None


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

"--marker"  (string)
   The marker returned from a previous request. If this parameter is
   specified, the response includes records beyond the marker only, up
   to "--max-records" .

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

   Default: "100"

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

"--cluster-version"  (string)
   The specific cluster version to return.

   Example: "1.0"

"--cluster-parameter-group-family"  (string)
   The name of a specific cluster parameter group family to return
   details for.

   Constraints:

   * Must be 1 to 255 alphanumeric characters

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens
