interface ExecutionPropertyProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.CfnJob.ExecutionPropertyProperty |
Java | software.amazon.awscdk.services.glue.CfnJob.ExecutionPropertyProperty |
Python | aws_cdk.aws_glue.CfnJob.ExecutionPropertyProperty |
TypeScript | @aws-cdk/aws-glue » CfnJob » ExecutionPropertyProperty |
An execution property of a job.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue from '@aws-cdk/aws-glue';
const executionPropertyProperty: glue.CfnJob.ExecutionPropertyProperty = {
maxConcurrentRuns: 123,
};
Properties
Name | Type | Description |
---|---|---|
max | number | The maximum number of concurrent runs allowed for the job. |
maxConcurrentRuns?
Type:
number
(optional)
The maximum number of concurrent runs allowed for the job.
The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.