enum AssembleWith
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.AssembleWith |
Java | software.amazon.awscdk.services.stepfunctions.tasks.AssembleWith |
Python | aws_cdk.aws_stepfunctions_tasks.AssembleWith |
TypeScript (source) | @aws-cdk/aws-stepfunctions-tasks » AssembleWith |
How to assemble the results of the transform job as a single S3 object.
Members
| Name | Description |
|---|---|
| NONE | Concatenate the results in binary format. |
| LINE | Add a newline character at the end of every transformed record. |
NONE
Concatenate the results in binary format.
LINE
Add a newline character at the end of every transformed record.

.NET
Java
Python
TypeScript (