Builder

class Builder

Properties

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Specifies 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.

Link copied to clipboard

Specifies that the currently supported file formats for EDI transformations are JSON and XML.

Link copied to clipboard

Specify the InputConversion object, which contains the format options for the inbound transformation.

Link copied to clipboard

Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).

Link copied to clipboard

Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Link copied to clipboard
var name: String?

Specifies the name of the transformer, used to identify it.

Link copied to clipboard

A structure that contains the OutputConversion object, which contains the format options for the outbound transformation.

Link copied to clipboard

Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.

Link copied to clipboard

Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.

Link copied to clipboard
var tags: List<Tag>?

Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.

Functions

Link copied to clipboard
Link copied to clipboard
fun mapping(block: Mapping.Builder.() -> Unit)
Link copied to clipboard
Link copied to clipboard