Module: AWSCDK::StepFunctions::StateMachineType

Defined in:
step_functions/state_machine_type.rb

Overview

Note:

Default: STANDARD

Two types of state machines are available in AWS Step Functions: EXPRESS AND STANDARD.

Constant Summary collapse

EXPRESS =
Deprecated.
Note:

Default:

Express Workflows are ideal for high-volume, event processing workloads.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.StateMachineType", "EXPRESS")
STANDARD =
Deprecated.
Note:

Default:

Standard Workflows are ideal for long-running, durable, and auditable workflows.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.StateMachineType", "STANDARD")