enum RecordWrapperType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.RecordWrapperType |
Java | software.amazon.awscdk.services.stepfunctions.tasks.RecordWrapperType |
Python | aws_cdk.aws_stepfunctions_tasks.RecordWrapperType |
TypeScript (source) | @aws-cdk/aws-stepfunctions-tasks » RecordWrapperType |
Define the format of the input data.
Members
| Name | Description |
|---|---|
| NONE | None record wrapper type. |
| RECORD_IO | RecordIO record wrapper type. |
NONE
None record wrapper type.
RECORD_IO
RecordIO record wrapper type.

.NET
Java
Python
TypeScript (