Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.RDSDBParameterGroup
- data RDSDBParameterGroup = RDSDBParameterGroup {}
- rdsdbParameterGroup :: Val Text -> Val Text -> RDSDBParameterGroup
- rdsdbpgDescription :: Lens' RDSDBParameterGroup (Val Text)
- rdsdbpgFamily :: Lens' RDSDBParameterGroup (Val Text)
- rdsdbpgParameters :: Lens' RDSDBParameterGroup (Maybe Object)
- rdsdbpgTags :: Lens' RDSDBParameterGroup (Maybe [Tag])
Documentation
data RDSDBParameterGroup #
Full data type definition for RDSDBParameterGroup. See
rdsdbParameterGroup
for a more convenient constructor.
Constructors
RDSDBParameterGroup | |
Arguments
:: Val Text | |
-> Val Text | |
-> RDSDBParameterGroup |
Constructor for RDSDBParameterGroup
containing required fields as
arguments.