AWS::B2BI::Transformer Mapping - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Template" : String, "TemplateLanguage" : String }

YAML

Template: String TemplateLanguage: String

Properties

Template

A string that represents the mapping template, in the transformation language specified in templateLanguage.

Required: No

Type: String

Minimum: 0

Maximum: 350000

Update requires: No interruption

TemplateLanguage

The transformation language for the template, either XSLT or JSONATA.

Required: Yes

Type: String

Allowed values: XSLT | JSONATA

Update requires: No interruption