Module: AWSCDK::StepFunctionsTasks::ExecutionClass

Defined in:
step_functions_tasks/execution_class.rb

Overview

The excecution class of the job.

Constant Summary collapse

FLEX =
Deprecated.
Note:

Default:

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

Only jobs with AWS Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.ExecutionClass", "FLEX")
STANDARD =
Deprecated.
Note:

Default:

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

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.ExecutionClass", "STANDARD")