Class JobDefinitionTimeoutArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobDefinitionTimeoutArgs : ResourceArgs
Constructors
View SourceJobDefinitionTimeoutArgs()
Declaration
public JobDefinitionTimeoutArgs()
Properties
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 Input<int> AttemptDurationSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |