AssembleWith

class aws_cdk.aws_stepfunctions_tasks.AssembleWith(value)

Bases: Enum

How to assemble the results of the transform job as a single S3 object.

Attributes

LINE

Add a newline character at the end of every transformed record.

NONE

Concatenate the results in binary format.