| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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.
- data DBSubnetGroup = DBSubnetGroup {}
- dbSubnetGroup :: Val Text -> [Val Text] -> DBSubnetGroup
- dbsgDBSubnetGroupDescription :: Lens' DBSubnetGroup (Val Text)
- dbsgSubnetIds :: Lens' DBSubnetGroup [Val Text]
- dbsgTags :: Lens' DBSubnetGroup (Maybe [ResourceTag])
Documentation
data DBSubnetGroup Source
Full data type definition for DBSubnetGroup. See dbSubnetGroup for a
more convenient constructor.
Constructors
| DBSubnetGroup | |
Arguments
| :: Val Text | |
| -> [Val Text] | |
| -> DBSubnetGroup |
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.