Transformer

class Transformer : KotlinCustomResource

Definition of AWS::B2BI::Transformer Resource Type

Properties

Link copied to clipboard
val createdAt: Output<String>

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 id: Output<String>
Link copied to clipboard
val mappingTemplate: Output<String>

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: Output<String>

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

Link copied to clipboard
val name: Output<String>

Returns the descriptive name for the transformer.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sampleDocument: Output<String>?

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: Output<List<Tag>>?

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: Output<String>

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

Link copied to clipboard
val transformerId: Output<String>

The system-assigned unique identifier for the transformer.

Link copied to clipboard
val urn: Output<String>