| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.RedshiftClusterParameterGroup
Synopsis
- 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 | |
Instances
redshiftClusterParameterGroup #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> RedshiftClusterParameterGroup |
Constructor for RedshiftClusterParameterGroup containing required
fields as arguments.