stratosphere-0.1.3: 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

data DBSubnetGroup Source #

Full data type definition for DBSubnetGroup. See dbSubnetGroup for a more convenient constructor.

Instances

Show DBSubnetGroup Source # 
Generic DBSubnetGroup Source # 

Associated Types

type Rep DBSubnetGroup :: * -> * #

ToJSON DBSubnetGroup Source # 
FromJSON DBSubnetGroup Source # 
type Rep DBSubnetGroup Source # 
type Rep DBSubnetGroup = D1 (MetaData "DBSubnetGroup" "Stratosphere.Resources.DBSubnetGroup" "stratosphere-0.1.3-HXdWlc1MCh5Gppf0ypvPw" False) (C1 (MetaCons "DBSubnetGroup" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dBSubnetGroupDBSubnetGroupDescription") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dBSubnetGroupSubnetIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Val Text])) (S1 (MetaSel (Just Symbol "_dBSubnetGroupTags") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [ResourceTag]))))))

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.