@aws-cdk_aws-glue-alpha.ExecutionClass

enum ExecutionClass ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.ExecutionClass
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#ExecutionClass
Javasoftware.amazon.awscdk.services.glue.alpha.ExecutionClass
Pythonaws_cdk.aws_glue_alpha.ExecutionClass
TypeScript (source)@aws-cdk/aws-glue-alpha ยป 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

NameDescription
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.