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();