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