NodeRangeProperty
This is an object that represents the properties of the node range for a multi-node parallel job.
Contents
- targetNodes
- 
               The range of nodes, using node index values. A range of 0:3indicates nodes with index values of0through3. If the starting range value is omitted (:n), then0is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n). You can nest node ranges (for example,0:10and4:5). In this case, the4:5range properties override the0:10properties.Type: String Required: Yes 
- consumableResourceProperties
- 
               Contains a list of consumable resources required by a job. Type: ConsumableResourceProperties object Required: No 
- container
- 
               The container details for the node range. Type: ContainerProperties object Required: No 
- ecsProperties
- 
               This is an object that represents the properties of the node range for a multi-node parallel job. Type: EcsProperties object Required: No 
- eksProperties
- 
               This is an object that represents the properties of the node range for a multi-node parallel job. Type: EksProperties object Required: No 
- instanceTypes
- 
               The instance types of the underlying host infrastructure of a multi-node parallel job. NoteThis parameter isn't applicable to jobs that are running on Fargate resources. In addition, this list object is currently limited to one element. Type: Array of strings Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: