timeout property

JobTimeout? timeout
final

The timeout configuration for jobs that are submitted with this job definition. You can specify a timeout duration after which AWS Batch terminates your jobs if they haven't finished.

Implementation

final JobTimeout? timeout;