AssembleWith¶
-
class
aws_cdk.aws_stepfunctions_tasks.
AssembleWith
(value)¶ Bases:
enum.Enum
(experimental) How to assemble the results of the transform job as a single S3 object.
- Stability
experimental
Attributes
-
LINE
¶ (experimental) Add a newline character at the end of every transformed record.
- Stability
experimental
-
NONE
¶ (experimental) Concatenate the results in binary format.
- Stability
experimental