| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.NeptuneDBClusterParameterGroup
Synopsis
- data NeptuneDBClusterParameterGroup = NeptuneDBClusterParameterGroup {}
- neptuneDBClusterParameterGroup :: Val Text -> Val Text -> Object -> NeptuneDBClusterParameterGroup
- ndbcpgDescription :: Lens' NeptuneDBClusterParameterGroup (Val Text)
- ndbcpgFamily :: Lens' NeptuneDBClusterParameterGroup (Val Text)
- ndbcpgName :: Lens' NeptuneDBClusterParameterGroup (Maybe (Val Text))
- ndbcpgParameters :: Lens' NeptuneDBClusterParameterGroup Object
- ndbcpgTags :: Lens' NeptuneDBClusterParameterGroup (Maybe [Tag])
Documentation
data NeptuneDBClusterParameterGroup #
Full data type definition for NeptuneDBClusterParameterGroup. See
neptuneDBClusterParameterGroup for a more convenient constructor.
Constructors
| NeptuneDBClusterParameterGroup | |
Instances
neptuneDBClusterParameterGroup #
Constructor for NeptuneDBClusterParameterGroup containing required
fields as arguments.