amazonka-redshift-0.0.5: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.ModifyClusterSubnetGroup

Contents

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.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_ModifyClusterSubnetGroup.html

Synopsis

Request

Request constructor

Request lenses

mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text Source

The name of the subnet group to be modified.

mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text) Source

A text description of the subnet group to be modified.

mcsgSubnetIds :: Lens' ModifyClusterSubnetGroup [Text] Source

An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

Response

Response constructor

Response lenses