ExecutionClass
- class aws_cdk.aws_glue.ExecutionClass(*values)
Bases:
EnumThe ExecutionClass whether the job is run with a standard or flexible execution class.
Attributes
- 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.