OutputConversion
Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).
Contents
- toFormat
-
The format for the output from an outbound transformer: only X12 is currently supported.
Type: String
Valid Values:
X12
Required: Yes
- formatOptions
-
A structure that contains the X12 transaction set and version for the transformer output.
Type: FormatOptions object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: