CreateTransformerResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a timestamp for creation date and time of the transformer.

Link copied to clipboard

Returns 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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Returns the OutputConversion object, which contains the format options for the outbound transformation.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Link copied to clipboard

Returns the system-assigned unique identifier for the transformer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String