Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data JobTimeout Source #
An object representing a job timeout configuration.
See: newJobTimeout
smart constructor.
JobTimeout' | |
|
Instances
newJobTimeout :: JobTimeout Source #
Create a value of JobTimeout
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attemptDurationSeconds:JobTimeout'
, jobTimeout_attemptDurationSeconds
- The time duration in seconds (measured from the job attempt's
startedAt
timestamp) after which Batch terminates your jobs if they
have not finished. The minimum value for the timeout is 60 seconds.
jobTimeout_attemptDurationSeconds :: Lens' JobTimeout (Maybe Int) Source #
The time duration in seconds (measured from the job attempt's
startedAt
timestamp) after which Batch terminates your jobs if they
have not finished. The minimum value for the timeout is 60 seconds.