AWS::B2BI::Transformer Mapping - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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