enum ExecutionClass
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.ExecutionClass |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#ExecutionClass |
Java | software.amazon.awscdk.services.glue.ExecutionClass |
Python | aws_cdk.aws_glue.ExecutionClass |
TypeScript (source) | aws-cdk-lib » aws_glue » ExecutionClass |
The ExecutionClass whether the job is run with a standard or flexible execution class.
See also: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
Members
| Name | Description |
|---|---|
| FLEX | The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. |
| STANDARD | The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. |
FLEX
The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.
STANDARD
The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

.NET
Go
Java
Python
TypeScript (