| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.RDSDBSubnetGroup
Description
- data RDSDBSubnetGroup = RDSDBSubnetGroup {}
- rdsdbSubnetGroup :: Val Text -> ValList Text -> RDSDBSubnetGroup
- rdsdbsugDBSubnetGroupDescription :: Lens' RDSDBSubnetGroup (Val Text)
- rdsdbsugDBSubnetGroupName :: Lens' RDSDBSubnetGroup (Maybe (Val Text))
- rdsdbsugSubnetIds :: Lens' RDSDBSubnetGroup (ValList Text)
- rdsdbsugTags :: Lens' RDSDBSubnetGroup (Maybe [Tag])
Documentation
data RDSDBSubnetGroup #
Full data type definition for RDSDBSubnetGroup. See rdsdbSubnetGroup
for a more convenient constructor.
Constructors
| RDSDBSubnetGroup | |
Arguments
| :: Val Text | |
| -> ValList Text | |
| -> RDSDBSubnetGroup |
Constructor for RDSDBSubnetGroup containing required fields as
arguments.