Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.RedshiftClusterParameterGroup
- data RedshiftClusterParameterGroup = RedshiftClusterParameterGroup {}
- redshiftClusterParameterGroup :: Val Text -> Val Text -> RedshiftClusterParameterGroup
- rcpgDescription :: Lens' RedshiftClusterParameterGroup (Val Text)
- rcpgParameterGroupFamily :: Lens' RedshiftClusterParameterGroup (Val Text)
- rcpgParameters :: Lens' RedshiftClusterParameterGroup (Maybe [RedshiftClusterParameterGroupParameter])
- rcpgTags :: Lens' RedshiftClusterParameterGroup (Maybe [Tag])
Documentation
data RedshiftClusterParameterGroup #
Full data type definition for RedshiftClusterParameterGroup. See
redshiftClusterParameterGroup
for a more convenient constructor.
Constructors
RedshiftClusterParameterGroup | |
redshiftClusterParameterGroup #
Arguments
:: Val Text | |
-> Val Text | |
-> RedshiftClusterParameterGroup |
Constructor for RedshiftClusterParameterGroup
containing required
fields as arguments.