Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data CacheNodeTypeSpecificValue Source #
A value that applies only to a certain cache node type.
See: newCacheNodeTypeSpecificValue
smart constructor.
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.