Transformer Args
data class TransformerArgs(val ediType: Output<TransformerEdiTypePropertiesArgs>? = null, val fileFormat: Output<TransformerFileFormat>? = null, val mappingTemplate: Output<String>? = null, val name: Output<String>? = null, val sampleDocument: Output<String>? = 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, mappingTemplate: Output<String>? = null, name: Output<String>? = null, sampleDocument: Output<String>? = null, status: Output<TransformerStatus>? = null, tags: Output<List<TagArgs>>? = null)
Properties
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 a sample EDI document that is used by a transformer as a guide for processing the EDI data.
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 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
.