ExecutionClass

class aws_cdk.aws_glue_alpha.ExecutionClass(*values)

Bases: Enum

(deprecated) The ExecutionClass whether the job is run with a standard or flexible execution class.

See:

https://docs.aws.amazon.com/glue/latest/dg/add-job.html

Stability:

deprecated

Attributes

FLEX

(deprecated) The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Stability:

deprecated

STANDARD

(deprecated) The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

Stability:

deprecated