Show / Hide Table of Contents

Class JobExecutionPropertyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobExecutionPropertyArgs
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.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class JobExecutionPropertyArgs : ResourceArgs

Constructors

View Source

JobExecutionPropertyArgs()

Declaration
public JobExecutionPropertyArgs()

Properties

View Source

MaxConcurrentRuns

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