NodePropertiesSummary - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

NodePropertiesSummary

An object that represents the properties of a node that's associated with a multi-node parallel job.

Contents

isMainNode

Specifies whether the current node is the main node for a multi-node parallel job.

Type: Boolean

Required: No

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.

Type: Integer

Required: No

numNodes

The number of nodes that are associated with a multi-node parallel job.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: