AWS Batch JobDefinition Timeout
The
Timeout property type specifies a job timeout configuration.
Timeout is a property of the AWS::Batch::JobDefinition resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AttemptDurationSeconds" :Integer}
YAML
AttemptDurationSeconds:Integer
Properties
AttemptDurationSeconds-
The time duration in seconds (measured from the job attempt's
startedAttimestamp) after which AWS Batch terminates your jobs if they have not finished.Required: No
Type: Integer
Update requires: No interruption
See Also
-
JobTimeout in the AWS Batch API Reference
