Module: AWSCDK::StepFunctionsTasks::AssembleWith
- Defined in:
- step_functions_tasks/assemble_with.rb
Overview
How to assemble the results of the transform job as a single S3 object.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
Concatenate the results in binary format.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.AssembleWith", "NONE")
- LINE =
Deprecated.Note:
Default:
Add a newline character at the end of every transformed record.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.AssembleWith", "LINE")