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

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

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

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

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

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