aws-cdk-lib.aws_glue.CfnJob.ExecutionPropertyProperty

interface ExecutionPropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnJob.ExecutionPropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnJob_ExecutionPropertyProperty
Javasoftware.amazon.awscdk.services.glue.CfnJob.ExecutionPropertyProperty
Pythonaws_cdk.aws_glue.CfnJob.ExecutionPropertyProperty
TypeScript aws-cdk-lib » 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 { aws_glue as glue } from 'aws-cdk-lib';
const executionPropertyProperty: glue.CfnJob.ExecutionPropertyProperty = {
  maxConcurrentRuns: 123,
};

Properties

NameTypeDescription
maxConcurrentRuns?numberThe 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.