Class JobExecutionProperty
Inheritance
System.Object
JobExecutionProperty
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobExecutionProperty
Fields
View SourceMaxConcurrentRuns
The maximum number of concurrent runs allowed for a job. The default is 1.
Declaration
public readonly int? MaxConcurrentRuns
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |