amazonka-rds-1.3.7: Amazon Relational Database Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CreateDBSubnetGroup

Contents

Description

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

See: AWS API Reference for CreateDBSubnetGroup.

Synopsis

Creating a Request

createDBSubnetGroup Source

Creates a value of CreateDBSubnetGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cdbsgTags :: Lens' CreateDBSubnetGroup [Tag] Source

Undocumented member.

cdbsgDBSubnetGroupName :: Lens' CreateDBSubnetGroup Text Source

The name for the DB subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, or hyphens. Must not be default.

Example: mySubnetgroup

cdbsgDBSubnetGroupDescription :: Lens' CreateDBSubnetGroup Text Source

The description for the DB subnet group.

cdbsgSubnetIds :: Lens' CreateDBSubnetGroup [Text] Source

The EC2 Subnet IDs for the DB subnet group.

Destructuring the Response

createDBSubnetGroupResponse Source

Creates a value of CreateDBSubnetGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses