INodeRangeProps
- class aws_cdk.aws_batch.INodeRangeProps(*args, **kwargs)
Bases:
Protocol
(experimental) Properties for a multi-node batch job.
- Stability:
experimental
Attributes
- container
(experimental) The container details for the node range.
- Stability:
experimental
- from_node_index
(experimental) The minimum node index value to apply this container definition against.
You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
- Default:
0
- Stability:
experimental
- to_node_index
(experimental) The maximum node index value to apply this container definition against. If omitted, the highest value is used relative.
to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
- Default:
{@link IMultiNodeprops.count}
- Stability:
experimental