| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElastiCache.Types.CacheParameterGroup
Description
Synopsis
- data CacheParameterGroup = CacheParameterGroup' {}
- newCacheParameterGroup :: CacheParameterGroup
- cacheParameterGroup_arn :: Lens' CacheParameterGroup (Maybe Text)
- cacheParameterGroup_cacheParameterGroupFamily :: Lens' CacheParameterGroup (Maybe Text)
- cacheParameterGroup_cacheParameterGroupName :: Lens' CacheParameterGroup (Maybe Text)
- cacheParameterGroup_description :: Lens' CacheParameterGroup (Maybe Text)
- cacheParameterGroup_isGlobal :: Lens' CacheParameterGroup (Maybe Bool)
Documentation
data CacheParameterGroup Source #
Represents the output of a CreateCacheParameterGroup operation.
See: newCacheParameterGroup smart constructor.
Constructors
| CacheParameterGroup' | |
Fields
| |
Instances
newCacheParameterGroup :: CacheParameterGroup Source #
Create a value of CacheParameterGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:CacheParameterGroup', cacheParameterGroup_arn - The ARN (Amazon Resource Name) of the cache parameter group.
$sel:cacheParameterGroupFamily:CacheParameterGroup', cacheParameterGroup_cacheParameterGroupFamily - The name of the cache parameter group family that this cache parameter
group is compatible with.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |
redis6.x |
$sel:cacheParameterGroupName:CacheParameterGroup', cacheParameterGroup_cacheParameterGroupName - The name of the cache parameter group.
$sel:description:CacheParameterGroup', cacheParameterGroup_description - The description for this cache parameter group.
$sel:isGlobal:CacheParameterGroup', cacheParameterGroup_isGlobal - Indicates whether the parameter group is associated with a Global
datastore
cacheParameterGroup_arn :: Lens' CacheParameterGroup (Maybe Text) Source #
The ARN (Amazon Resource Name) of the cache parameter group.
cacheParameterGroup_cacheParameterGroupFamily :: Lens' CacheParameterGroup (Maybe Text) Source #
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |
redis6.x |
cacheParameterGroup_cacheParameterGroupName :: Lens' CacheParameterGroup (Maybe Text) Source #
The name of the cache parameter group.
cacheParameterGroup_description :: Lens' CacheParameterGroup (Maybe Text) Source #
The description for this cache parameter group.
cacheParameterGroup_isGlobal :: Lens' CacheParameterGroup (Maybe Bool) Source #
Indicates whether the parameter group is associated with a Global datastore