Module: AWSCDK::StepFunctions::OutputType
- Defined in:
- step_functions/output_type.rb
Overview
The format of the Output of the child workflow executions.
Constant Summary collapse
- JSON =
Deprecated.Note:
Default:
Formats the results as a JSON array.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.OutputType", "JSON")
- JSONL =
Deprecated.Note:
Default:
Formats the results as JSON Lines.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.OutputType", "JSONL")