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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ModifyDBSubnetGroup

Contents

Description

Modifies an existing 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_ModifyDBSubnetGroup.html

Synopsis

Request

Request constructor

Request lenses

mdbsgDBSubnetGroupDescription :: Lens' ModifyDBSubnetGroup (Maybe Text) Source

The description for the DB subnet group.

mdbsgDBSubnetGroupName :: Lens' ModifyDBSubnetGroup 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

mdbsgSubnetIds :: Lens' ModifyDBSubnetGroup [Text] Source

The EC2 subnet IDs for the DB subnet group.

Response

Response constructor

Response lenses