GetTransformerResult

data class GetTransformerResult(val createdAt: String? = null, val ediType: TransformerEdiTypeProperties? = null, val fileFormat: TransformerFileFormat? = null, val inputConversion: TransformerInputConversion? = null, val mapping: TransformerMapping? = null, val mappingTemplate: String? = null, val modifiedAt: String? = null, val name: String? = null, val outputConversion: TransformerOutputConversion? = null, val sampleDocument: String? = null, val sampleDocuments: TransformerSampleDocuments? = 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, inputConversion: TransformerInputConversion? = null, mapping: TransformerMapping? = null, mappingTemplate: String? = null, modifiedAt: String? = null, name: String? = null, outputConversion: TransformerOutputConversion? = null, sampleDocument: String? = null, sampleDocuments: TransformerSampleDocuments? = 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
Link copied to clipboard
Link copied to clipboard

Returns a structure that contains the format options for the transformation.

Link copied to clipboard

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

Link copied to clipboard
val mappingTemplate: String? = null

This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.

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

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

Link copied to clipboard
val sampleDocument: String? = null

This shape is deprecated: This is a legacy trait. Please use input-conversion or output-conversion.

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