
modify-cluster-subnet-group
***************************


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

Modifies a cluster subnet group to include the specified list of VPC
subnets. The operation replaces the existing list of subnets with the
new list of subnets.


SYNOPSIS
========

   aws redshift modify-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 of the subnet group to be modified.


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

"--description"  (string)
   A text description of the subnet group to be modified.
