
describe-cluster-subnet-groups
******************************


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

Returns one or more cluster subnet group objects, which contain
metadata about your cluster subnet groups. By default, this operation
returns information about all cluster subnet groups that are defined
in you AWS account.


SYNOPSIS
========

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


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

None


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

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

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

   Default: 100

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

"--cluster-subnet-group-name"  (string)
   The name of the cluster subnet group for which information is
   requested.
