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

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.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBSubnetGroup.html

Synopsis

Request

Request constructor

Request lenses

cdbsg1DBSubnetGroupDescription :: Lens' CreateDBSubnetGroup Text Source

The description for the DB subnet group.

cdbsg1DBSubnetGroupName :: 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 or hyphens. Must not be Default.

Example: mySubnetgroup

cdbsg1SubnetIds :: Lens' CreateDBSubnetGroup [Text] Source

The EC2 Subnet IDs for the DB subnet group.

Response

Response constructor

Response lenses