
create-cluster-security-group
*****************************


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

Creates a new security group. You use security groups to control
access to non-VPC clusters.


SYNOPSIS
========

   aws redshift create-cluster-security-group
     --cluster-security-group-name <value>
     --description <value>


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

"--cluster-security-group-name"  (string)
   The name for the security group. stores the value as a lowercase
   string.

   Constraints:

   * Must contain no more than 255 alphanumeric characters or hyphens.

   * Must not be "Default".

   * Must be unique for all security groups that are created by your
     AWS account.

   Example: "examplesecuritygroup"

"--description"  (string)
   A description for the security group.


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

None
