AssembleWith

class aws_cdk.aws_stepfunctions_tasks.AssembleWith(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

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.