stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.DBSubnetGroup

Description

The AWS::RDS::DBSubnetGroup type creates an RDS database subnet group. Subnet groups must contain at least two subnet in two different Availability Zones in the same region.

Synopsis

Documentation

dbSubnetGroup Source

Constructor for DBSubnetGroup containing required fields as arguments.

dbsgDBSubnetGroupDescription :: Lens' DBSubnetGroup (Val Text) Source

The description for the DB Subnet Group.

dbsgSubnetIds :: Lens' DBSubnetGroup [Val Text] Source

The EC2 Subnet IDs for the DB Subnet Group.

dbsgTags :: Lens' DBSubnetGroup (Maybe [ResourceTag]) Source

The tags that you want to attach to the RDS database subnet group.