Values.NodePropertiesSummarySourceAn object that represents the properties of a node that's associated with a multi-node parallel job.
type nonrec t = {isMainNode : Boolean.t option;Specifies whether the current node is the main node for a multi-node parallel job.
*)numNodes : Integer.t option;The number of nodes that are associated with a multi-node parallel job.
*)nodeIndex : Integer.t option;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.
*)}