Class JobExecutionPropertyArgs
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 JobExecutionPropertyArgs : ResourceArgs
Constructors
View SourceJobExecutionPropertyArgs()
Declaration
public JobExecutionPropertyArgs()
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> |