Class JobExecutionPropertyGetArgs
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.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobExecutionPropertyGetArgs : ResourceArgs
Constructors
View SourceJobExecutionPropertyGetArgs()
Declaration
public JobExecutionPropertyGetArgs()
Properties
View SourceMaxConcurrentRuns
The maximum number of concurrent runs allowed for a job. The default is 1.
Declaration
public Input<int> MaxConcurrentRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |