| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ElastiCacheSubnetGroup
- data ElastiCacheSubnetGroup = ElastiCacheSubnetGroup {}
- elastiCacheSubnetGroup :: Val Text -> ValList Text -> ElastiCacheSubnetGroup
- ecsugCacheSubnetGroupName :: Lens' ElastiCacheSubnetGroup (Maybe (Val Text))
- ecsugDescription :: Lens' ElastiCacheSubnetGroup (Val Text)
- ecsugSubnetIds :: Lens' ElastiCacheSubnetGroup (ValList Text)
Documentation
data ElastiCacheSubnetGroup #
Full data type definition for ElastiCacheSubnetGroup. See
elastiCacheSubnetGroup for a more convenient constructor.
Constructors
| ElastiCacheSubnetGroup | |
Arguments
| :: Val Text | |
| -> ValList Text | |
| -> ElastiCacheSubnetGroup |
Constructor for ElastiCacheSubnetGroup containing required fields as
arguments.