Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.
For information about subnet groups, go to Amazon Redshift Cluster Subnet Groups in the Amazon Redshift Cluster Management Guide.
get/#Action=CreateClusterSubnetGroup
Query parameters
ClusterSubnetGroupNamestring required
<p>The name for the subnet group. Amazon Redshift stores the value as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must contain no more than 255 alphanumeric characters or hyphens.</p> </li> <li> <p>Must not be "Default".</p> </li> <li> <p>Must be unique for all subnet groups that are created by your Amazon Web Services account.</p> </li> </ul> <p>Example: <code>examplesubnetgroup</code> </p>
Descriptionstring required
A description for the subnet group.
SubnetIdsstring[] required
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
A list of tag instances.
Action'CreateClusterSubnetGroup' required
Version'2012-12-01' required
Response
Success