| 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 |
Amazonka.Batch.Types.NodeProperties
Description
Documentation
data NodeProperties Source #
An object representing the node properties of a multi-node parallel job.
See: newNodeProperties smart constructor.
Constructors
| NodeProperties' | |
Fields
| |
Instances
Create a value of NodeProperties 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:numNodes:NodeProperties', nodeProperties_numNodes - The number of nodes associated with a multi-node parallel job.
$sel:mainNode:NodeProperties', nodeProperties_mainNode - Specifies the node index for the main node of a multi-node parallel job.
This node index value must be fewer than the number of nodes.
$sel:nodeRangeProperties:NodeProperties', nodeProperties_nodeRangeProperties - A list of node ranges and their properties associated with a multi-node
parallel job.
nodeProperties_numNodes :: Lens' NodeProperties Int Source #
The number of nodes associated with a multi-node parallel job.
nodeProperties_mainNode :: Lens' NodeProperties Int Source #
Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.
nodeProperties_nodeRangeProperties :: Lens' NodeProperties [NodeRangeProperty] Source #
A list of node ranges and their properties associated with a multi-node parallel job.