| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ElastiCacheParameterGroup
- data ElastiCacheParameterGroup = ElastiCacheParameterGroup {}
- elastiCacheParameterGroup :: Val Text -> Val Text -> ElastiCacheParameterGroup
- ecpgCacheParameterGroupFamily :: Lens' ElastiCacheParameterGroup (Val Text)
- ecpgDescription :: Lens' ElastiCacheParameterGroup (Val Text)
- ecpgProperties :: Lens' ElastiCacheParameterGroup (Maybe Object)
Documentation
data ElastiCacheParameterGroup #
Full data type definition for ElastiCacheParameterGroup. See
elastiCacheParameterGroup for a more convenient constructor.
Constructors
| ElastiCacheParameterGroup | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ElastiCacheParameterGroup |
Constructor for ElastiCacheParameterGroup containing required fields as
arguments.