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 NodeDetails Source #
An object representing the details of a multi-node parallel job node.
See: newNodeDetails
smart constructor.
Instances
newNodeDetails :: NodeDetails Source #
Create a value of NodeDetails
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:nodeIndex:NodeDetails'
, nodeDetails_nodeIndex
- The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
$sel:isMainNode:NodeDetails'
, nodeDetails_isMainNode
- Specifies whether the current node is the main node for a multi-node
parallel job.
nodeDetails_nodeIndex :: Lens' NodeDetails (Maybe Int) Source #
The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
nodeDetails_isMainNode :: Lens' NodeDetails (Maybe Bool) Source #
Specifies whether the current node is the main node for a multi-node parallel job.