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 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).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdvancedOptions" :
AdvancedOptions
, "FormatOptions" :FormatOptions
, "ToFormat" :String
}
YAML
AdvancedOptions:
AdvancedOptions
FormatOptions:FormatOptions
ToFormat:String
Properties
AdvancedOptions
Property description not available.
Required: No
Type: AdvancedOptions
Update requires: No interruption
FormatOptions
-
A structure that contains the X12 transaction set and version for the transformer output.
Required: No
Type: FormatOptions
Update requires: No interruption
ToFormat
-
The format for the output from an outbound transformer: only X12 is currently supported.
Required: Yes
Type: String
Allowed values:
X12
Update requires: No interruption