
create-cluster-subnet-group
***************************


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

Creates a new subnet group. You must provide a list of one or more
subnets in your existing Amazon Virtual Private Cloud (Amazon VPC)
when creating subnet group.


SYNOPSIS
========

   aws redshift create-cluster-subnet-group
     --subnet-ids <value>
     --cluster-subnet-group-name <value>
     --description <value>


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

"--subnet-ids"  (list of string)
   An array of VPC subnet IDs. A maximum of 20 subnets can be modified
   in a single request.

   *Parameter Syntax*

      ["string", ...]

"--cluster-subnet-group-name"  (string)
   The name for the subnet 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 subnet groups that are created by your AWS
     account.

   Example: "examplesubnetgroup"

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


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

None
