ExecutionClass

class aws_cdk.aws_glue_alpha.ExecutionClass(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) 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:

experimental

Attributes

FLEX

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

Stability:

experimental

STANDARD

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

Stability:

experimental