type
Parameters
value
The type of job definition. For more information about multi-node parallel jobs, see Creating a multi-node parallel job definition in the AWS Batch User Guide .
If the value is
container
, then one of the following is required:containerProperties
,ecsProperties
, oreksProperties
.If the value is
multinode
, thennodeProperties
is required.
If the job is run on Fargate resources, then
multinode
isn't supported.