Class JobDefinitionTimeout
Inheritance
System.Object
JobDefinitionTimeout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Batch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobDefinitionTimeout
Fields
View SourceAttemptDurationSeconds
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.
Declaration
public readonly int? AttemptDurationSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |