attemptDurationSeconds property

int? attemptDurationSeconds
final

The time duration in seconds (measured from the job attempt's startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is 60 seconds.

Implementation

final int? attemptDurationSeconds;