nodeIndex property

int? nodeIndex
final

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.

Implementation

final int? nodeIndex;