Module: AWSCDK::StepFunctions::ProcessorType
- Defined in:
- step_functions/processor_type.rb
Overview
Execution type for the Map workflow.
Constant Summary collapse
- STANDARD =
Deprecated.Note:
Default:
Standard execution type.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.ProcessorType", "STANDARD")
- EXPRESS =
Deprecated.Note:
Default:
Express execution type.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.ProcessorType", "EXPRESS")