Show / Hide Table of Contents

Class JobDefinitionTimeoutGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobDefinitionTimeoutGetArgs
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 JobDefinitionTimeoutGetArgs : ResourceArgs

Constructors

View Source

JobDefinitionTimeoutGetArgs()

Declaration
public JobDefinitionTimeoutGetArgs()

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.