
describe-cluster-security-groups
********************************


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

Returns information about security groups. If the name of a security
group is specified, the response will contain only information about
only that security group.


SYNOPSIS
========

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


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

None


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

"--marker"  (string)
   An optional marker returned by a previous  describe-cluster-
   security-groups request to indicate the first security group that
   the current request will return. You can specify either the
   **--marker** parameter or a **--cluster-security-group-name**
   parameter, but not both.

"--max-records"  (integer)
   The maximum number of records to be included in the response. If
   more records exist than the specified "--max-records" value, a
   marker is included in the response, which you can use in a
   subsequent  describe-cluster-security-groups request.

   Default: "100"

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

"--cluster-security-group-name"  (string)
   The name of a cluster security group for which you are requesting
   details. You can specify either the **--marker** parameter or a
   **--cluster-security-group-name** parameter, but not both.

   Example: "securitygroup1"
