TransformerArgs

data class TransformerArgs(val ediType: Output<TransformerEdiTypePropertiesArgs>? = null, val fileFormat: Output<TransformerFileFormat>? = null, val inputConversion: Output<TransformerInputConversionArgs>? = null, val mapping: Output<TransformerMappingArgs>? = null, val mappingTemplate: Output<String>? = null, val name: Output<String>? = null, val outputConversion: Output<TransformerOutputConversionArgs>? = null, val sampleDocument: Output<String>? = null, val sampleDocuments: Output<TransformerSampleDocumentsArgs>? = null, val status: Output<TransformerStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TransformerArgs>

Definition of AWS::B2BI::Transformer Resource Type

Constructors

Link copied to clipboard
constructor(ediType: Output<TransformerEdiTypePropertiesArgs>? = null, fileFormat: Output<TransformerFileFormat>? = null, inputConversion: Output<TransformerInputConversionArgs>? = null, mapping: Output<TransformerMappingArgs>? = null, mappingTemplate: Output<String>? = null, name: Output<String>? = null, outputConversion: Output<TransformerOutputConversionArgs>? = null, sampleDocument: Output<String>? = null, sampleDocuments: Output<TransformerSampleDocumentsArgs>? = null, status: Output<TransformerStatus>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val fileFormat: Output<TransformerFileFormat>? = null
Link copied to clipboard

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

Link copied to clipboard
val mapping: Output<TransformerMappingArgs>? = null

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

Link copied to clipboard
val mappingTemplate: Output<String>? = null

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

Link copied to clipboard
val name: Output<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: Output<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
val status: Output<TransformerStatus>? = null

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: Output<List<TagArgs>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): TransformerArgs