enum AssembleWith
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.Tasks.AssembleWith |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#AssembleWith |
![]() | software.amazon.awscdk.services.stepfunctions.tasks.AssembleWith |
![]() | aws_cdk.aws_stepfunctions_tasks.AssembleWith |
![]() | aws-cdk-lib » 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.