| 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.CacheNodeTypeSpecificValue
Description
Synopsis
Documentation
data CacheNodeTypeSpecificValue Source #
A value that applies only to a certain cache node type.
See: newCacheNodeTypeSpecificValue smart constructor.
Constructors
| CacheNodeTypeSpecificValue' | |
Instances
newCacheNodeTypeSpecificValue :: CacheNodeTypeSpecificValue Source #
Create a value of CacheNodeTypeSpecificValue 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:cacheNodeType:CacheNodeTypeSpecificValue', cacheNodeTypeSpecificValue_cacheNodeType - The cache node type for which this value applies.
$sel:value:CacheNodeTypeSpecificValue', cacheNodeTypeSpecificValue_value - The value for the cache node type.
cacheNodeTypeSpecificValue_cacheNodeType :: Lens' CacheNodeTypeSpecificValue (Maybe Text) Source #
The cache node type for which this value applies.
cacheNodeTypeSpecificValue_value :: Lens' CacheNodeTypeSpecificValue (Maybe Text) Source #
The value for the cache node type.