| 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.DAX.Types.NodeTypeSpecificValue
Description
Documentation
data NodeTypeSpecificValue Source #
Represents a parameter value that is applicable to a particular node type.
See: newNodeTypeSpecificValue smart constructor.
Constructors
| NodeTypeSpecificValue' | |
Instances
newNodeTypeSpecificValue :: NodeTypeSpecificValue Source #
Create a value of NodeTypeSpecificValue 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:nodeType:NodeTypeSpecificValue', nodeTypeSpecificValue_nodeType - A node type to which the parameter value applies.
$sel:value:NodeTypeSpecificValue', nodeTypeSpecificValue_value - The parameter value for this node type.
nodeTypeSpecificValue_nodeType :: Lens' NodeTypeSpecificValue (Maybe Text) Source #
A node type to which the parameter value applies.
nodeTypeSpecificValue_value :: Lens' NodeTypeSpecificValue (Maybe Text) Source #
The parameter value for this node type.