GetTransformerResult

data class GetTransformerResult(val createdAt: String? = null, val ediType: TransformerEdiTypeProperties? = null, val fileFormat: TransformerFileFormat? = null, val mappingTemplate: String? = null, val modifiedAt: String? = null, val name: String? = null, val sampleDocument: String? = null, val status: TransformerStatus? = null, val tags: List<Tag>? = null, val transformerArn: String? = null, val transformerId: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, ediType: TransformerEdiTypeProperties? = null, fileFormat: TransformerFileFormat? = null, mappingTemplate: String? = null, modifiedAt: String? = null, name: String? = null, sampleDocument: String? = null, status: TransformerStatus? = null, tags: List<Tag>? = null, transformerArn: String? = null, transformerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

Returns a timestamp indicating when the transformer was created. For example, 2023-07-20T19:58:44.624Z .

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
val mappingTemplate: String? = null

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

Link copied to clipboard
val modifiedAt: String? = null

Returns a timestamp representing the date and time for the most recent change for the transformer object.

Link copied to clipboard
val name: String? = null

Returns the descriptive name for the transformer.

Link copied to clipboard
val sampleDocument: String? = null

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

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
val tags: List<Tag>? = null

A key-value pair for a specific transformer. Tags are metadata that you can use to search for and group capabilities for various purposes.

Link copied to clipboard
val transformerArn: String? = null

Returns an Amazon Resource Name (ARN) for a specific transformer.

Link copied to clipboard
val transformerId: String? = null

The system-assigned unique identifier for the transformer.