0

When executing an AWS Batch job, I would like to know when the job was created. The API provides a way to get job details, including createdAt. But how do I know the job id to fetch those details?

linqu
  • 11,320
  • 8
  • 55
  • 67

1 Answers1

1

A list of job IDs on which this job depends. A job can depend upon a maximum of 20 jobs. The job ID of the AWS Batch job associated with this dependency.

Use following link might help,

http://docs.aws.amazon.com/batch/latest/APIReference/API_JobDependency.html

Nisal Edu
  • 7,237
  • 4
  • 28
  • 34