Builder
Properties
Returns that the currently supported file formats for EDI transformations are JSON
and XML
.
Returns a structure that contains the format options for the transformation.
Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
Returns a timestamp representing the date and time for the most recent change for the transformer object.
Returns the OutputConversion
object, which contains the format options for the outbound transformation.
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
Returns 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
.
Returns the system-assigned unique identifier for the transformer.
Functions
construct an aws.sdk.kotlin.services.b2bi.model.InputConversion inside the given block
construct an aws.sdk.kotlin.services.b2bi.model.Mapping inside the given block
construct an aws.sdk.kotlin.services.b2bi.model.OutputConversion inside the given block
construct an aws.sdk.kotlin.services.b2bi.model.SampleDocuments inside the given block