| 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.EngineDefaults
Description
Synopsis
- data EngineDefaults = EngineDefaults' {}
- newEngineDefaults :: EngineDefaults
- engineDefaults_cacheNodeTypeSpecificParameters :: Lens' EngineDefaults (Maybe [CacheNodeTypeSpecificParameter])
- engineDefaults_cacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text)
- engineDefaults_marker :: Lens' EngineDefaults (Maybe Text)
- engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter])
Documentation
data EngineDefaults Source #
Represents the output of a DescribeEngineDefaultParameters operation.
See: newEngineDefaults smart constructor.
Constructors
| EngineDefaults' | |
Fields
| |
Instances
newEngineDefaults :: EngineDefaults Source #
Create a value of EngineDefaults 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:cacheNodeTypeSpecificParameters:EngineDefaults', engineDefaults_cacheNodeTypeSpecificParameters - A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one parameter.
$sel:cacheParameterGroupFamily:EngineDefaults', engineDefaults_cacheParameterGroupFamily - Specifies the name of the cache parameter group family to which the
engine default parameters apply.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |
redis6.0 | redis6.x
$sel:marker:EngineDefaults', engineDefaults_marker - Provides an identifier to allow retrieval of paginated results.
$sel:parameters:EngineDefaults', engineDefaults_parameters - Contains a list of engine default parameters.
engineDefaults_cacheNodeTypeSpecificParameters :: Lens' EngineDefaults (Maybe [CacheNodeTypeSpecificParameter]) Source #
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
engineDefaults_cacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) Source #
Specifies the name of the cache parameter group family to which the engine default parameters apply.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 |
redis6.0 | redis6.x
engineDefaults_marker :: Lens' EngineDefaults (Maybe Text) Source #
Provides an identifier to allow retrieval of paginated results.
engineDefaults_parameters :: Lens' EngineDefaults (Maybe [Parameter]) Source #
Contains a list of engine default parameters.