| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.RedshiftClusterParameterGroupParameter
Synopsis
- data RedshiftClusterParameterGroupParameter = RedshiftClusterParameterGroupParameter {}
- redshiftClusterParameterGroupParameter :: Val Text -> Val Text -> RedshiftClusterParameterGroupParameter
- rcpgpParameterName :: Lens' RedshiftClusterParameterGroupParameter (Val Text)
- rcpgpParameterValue :: Lens' RedshiftClusterParameterGroupParameter (Val Text)
Documentation
data RedshiftClusterParameterGroupParameter #
Full data type definition for RedshiftClusterParameterGroupParameter. See
redshiftClusterParameterGroupParameter for a more convenient
constructor.
Constructors
| RedshiftClusterParameterGroupParameter | |
redshiftClusterParameterGroupParameter #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> RedshiftClusterParameterGroupParameter |
Constructor for RedshiftClusterParameterGroupParameter containing
required fields as arguments.