Module: AWSCDK::StepFunctions::Transformation
- Defined in:
- step_functions/transformation.rb
Overview
The transformation to be applied to the Output of the Child Workflow executions.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
Returns the output of the child workflow executions unchanged, in addition to the workflow metadata.
Default when exporting the child workflow execution results to Amazon S3 and WriterConfig is not specified.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.Transformation", "NONE")
- COMPACT =
Deprecated.Note:
Default:
Returns the output of the child workflow executions.
Default when ResultWriter is not specified.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.Transformation", "COMPACT")
- FLATTEN =
Deprecated.Note:
Default:
Returns the output of the child workflow executions.
If a child workflow execution returns an array,this option flattens the array, prior to returning the result to a state output or writing the result to an Amazon S3 object.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.Transformation", "FLATTEN")