B2B Data Interchange Transformer

The B2B Data Interchange Transformer in AWS B2BI is a resource that defines and manages data transformation logic for business-to-business document exchanges. It allows you to convert documents between different formats, such as EDI and JSON, enabling seamless integration between trading partners. This resource is used to retrieve details about a specific transformer, including its configuration and mapping rules, so that businesses can automate and standardize data exchange workflows.

aws.b2bi_transformer

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
created_atcoretimestampReturns a timestamp for creation date and time of the transformer.
edi_typecorejsonReturns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
file_formatcorestringReturns that the currently supported file formats for EDI transformations are JSON and XML.
input_conversioncorejsonReturns the InputConversion object, which contains the format options for the inbound transformation.
mappingcorejsonReturns the structure that contains the mapping template and its language (either XSLT or JSONATA).
mapping_templatecorestringReturns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
modified_atcoretimestampReturns a timestamp for last time the transformer was modified.
namecorestringReturns the name of the transformer, used to identify it.
output_conversioncorejsonReturns the OutputConversion object, which contains the format options for the outbound transformation.
sample_documentcorestringReturns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sample_documentscorejsonReturns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
statuscorestringReturns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.
tagscorehstore
transformer_arncorestringReturns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
transformer_idcorestringReturns the system-assigned unique identifier for the transformer.