Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExecutionProperty

import type { ExecutionProperty } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

An execution property of a job.

interface ExecutionProperty {
MaxConcurrentRuns?: number | null;
}

§Properties

§
MaxConcurrentRuns?: number | null
[src]

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.