Safe Haskell | None |
---|---|
Language | Haskell2010 |
The CreateCacheParameterGroup operation creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.
http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheParameterGroup.html
- data CreateCacheParameterGroup
- createCacheParameterGroup :: Text -> Text -> Text -> CreateCacheParameterGroup
- ccpgCacheParameterGroupFamily :: Lens' CreateCacheParameterGroup Text
- ccpgCacheParameterGroupName :: Lens' CreateCacheParameterGroup Text
- ccpgDescription :: Lens' CreateCacheParameterGroup Text
- data CreateCacheParameterGroupResponse
- createCacheParameterGroupResponse :: CreateCacheParameterGroupResponse
- ccpgrCacheParameterGroup :: Lens' CreateCacheParameterGroupResponse (Maybe CacheParameterGroup)
Request
data CreateCacheParameterGroup Source
Request constructor
createCacheParameterGroup Source
:: Text | |
-> Text | |
-> Text | |
-> CreateCacheParameterGroup |
CreateCacheParameterGroup
constructor.
The fields accessible through corresponding lenses are:
Request lenses
ccpgCacheParameterGroupFamily :: Lens' CreateCacheParameterGroup Text Source
The name of the cache parameter group family the cache parameter group can be used with. Valid values are: memcached1.4 | redis2.6 | redis2.8.
ccpgCacheParameterGroupName :: Lens' CreateCacheParameterGroup Text Source
A user-specified name for the cache parameter group.
ccpgDescription :: Lens' CreateCacheParameterGroup Text Source
A user-specified description for the cache parameter group.
Response
Response constructor
createCacheParameterGroupResponse :: CreateCacheParameterGroupResponse Source
CreateCacheParameterGroupResponse
constructor.
The fields accessible through corresponding lenses are: