Show / Hide Table of Contents

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 Source

AttemptDurationSeconds

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.