AWS Glue Job ExecutionProperty
The
ExecutionProperty property type specifies the maximum number of concurrent runs allowed for an AWS
Glue job.
ExecutionProperty is a property of the AWS::Glue::Job resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxConcurrentRuns" :Integer}
YAML
MaxConcurrentRuns:Integer
Properties
For more information, see ExecutionProperty Structure in the AWS Glue Developer Guide.
MaxConcurrentRuns-
The maximum number of concurrent runs that are allowed for the job.
Required: No
Type: Integer
Update requires: No interruption
