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 Mapping
Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Template" :String, "TemplateLanguage" :String}
YAML
Template:StringTemplateLanguage:String
Properties
- Template
- 
                    A string that represents the mapping template, in the transformation language specified in templateLanguage.Required: No Type: String Minimum: 0Maximum: 350000Update requires: No interruption 
- TemplateLanguage
- 
                    The transformation language for the template, either XSLT or JSONATA. Required: Yes Type: String Allowed values: XSLT | JSONATAUpdate requires: No interruption