JobDefinitionTimeout

data class JobDefinitionTimeout(val attemptDurationSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(attemptDurationSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time duration in seconds after which AWS Batch terminates your jobs if they have not finished. The minimum value for the timeout is 60 seconds.