Show / Hide Table of Contents

Class JobDefinitionTimeoutArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobDefinitionTimeoutArgs
Inherited Members
ResourceArgs.Empty
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 Source

JobDefinitionTimeoutArgs()

Declaration
public JobDefinitionTimeoutArgs()

Properties

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 Input<int> AttemptDurationSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.