IMultiNodeProps

class aws_cdk.aws_batch.IMultiNodeProps(*args, **kwds)

Bases: Protocol

(experimental) Properties for specifying multi-node properties for compute resources.

Stability:

experimental

Attributes

count

(experimental) The number of nodes associated with a multi-node parallel job.

Stability:

experimental

main_node

(experimental) Specifies the node index for the main node of a multi-node parallel job.

This node index value must be fewer than the number of nodes.

Stability:

experimental

range_props

(experimental) A list of node ranges and their properties associated with a multi-node parallel job.

Stability:

experimental