Show / Hide Table of Contents

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 Source

MaxConcurrentRuns

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.