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
- data NodePropertiesSummary = NodePropertiesSummary' {}
- newNodePropertiesSummary :: NodePropertiesSummary
- nodePropertiesSummary_numNodes :: Lens' NodePropertiesSummary (Maybe Int)
- nodePropertiesSummary_nodeIndex :: Lens' NodePropertiesSummary (Maybe Int)
- nodePropertiesSummary_isMainNode :: Lens' NodePropertiesSummary (Maybe Bool)
Documentation
data NodePropertiesSummary Source #
An object representing the properties of a node that's associated with a multi-node parallel job.
See: newNodePropertiesSummary
smart constructor.
NodePropertiesSummary' | |
|
Instances
newNodePropertiesSummary :: NodePropertiesSummary Source #
Create a value of NodePropertiesSummary
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:NodePropertiesSummary'
, nodePropertiesSummary_numNodes
- The number of nodes associated with a multi-node parallel job.
$sel:nodeIndex:NodePropertiesSummary'
, nodePropertiesSummary_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:NodePropertiesSummary'
, nodePropertiesSummary_isMainNode
- Specifies whether the current node is the main node for a multi-node
parallel job.
nodePropertiesSummary_numNodes :: Lens' NodePropertiesSummary (Maybe Int) Source #
The number of nodes associated with a multi-node parallel job.
nodePropertiesSummary_nodeIndex :: Lens' NodePropertiesSummary (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.
nodePropertiesSummary_isMainNode :: Lens' NodePropertiesSummary (Maybe Bool) Source #
Specifies whether the current node is the main node for a multi-node parallel job.