Interface CfnJob.ExecutionPropertyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJob.ExecutionPropertyProperty.Jsii$Proxy
- Enclosing class:
- CfnJob
@Stability(Stable)
public static interface CfnJob.ExecutionPropertyProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.glue.*; ExecutionPropertyProperty executionPropertyProperty = ExecutionPropertyProperty.builder() .maxConcurrentRuns(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnJob.ExecutionPropertyProperty
static final class
An implementation forCfnJob.ExecutionPropertyProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxConcurrentRuns
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.
-
builder
-