This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::B2BI::Transformer InputConversion
Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdvancedOptions" :
AdvancedOptions
, "FormatOptions" :FormatOptions
, "FromFormat" :String
}
YAML
AdvancedOptions:
AdvancedOptions
FormatOptions:FormatOptions
FromFormat:String
Properties
AdvancedOptions
-
Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.
Required: No
Type: AdvancedOptions
Update requires: No interruption
FormatOptions
-
A structure that contains the formatting options for an inbound transformer.
Required: No
Type: FormatOptions
Update requires: No interruption
FromFormat
-
The format for the transformer input: currently on
X12
is supported.Required: Yes
Type: String
Allowed values:
X12
Update requires: No interruption