aws-cdk-lib.aws_stepfunctions_tasks.AssembleWith

enum AssembleWith

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.AssembleWith
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#AssembleWith
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.AssembleWith
Pythonaws_cdk.aws_stepfunctions_tasks.AssembleWith
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » AssembleWith

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

Members

NameDescription
NONEConcatenate the results in binary format.
LINEAdd 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.