---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_b2bi_transformer{% #aws_b2bi_transformer %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: Returns a timestamp for creation date and time of the transformer.

## `edi_type`{% #edi_type %}

**Type**: `STRUCT`**Provider name**: `ediType`**Description**: 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.

- `x12_details`**Type**: `STRUCT`**Provider name**: `x12Details`**Description**: 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.
  - `transaction_set`**Type**: `STRING`**Provider name**: `transactionSet`**Description**: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
  - `version`**Type**: `STRING`**Provider name**: `version`**Description**: Returns the version to use for the specified X12 transaction set.

## `file_format`{% #file_format %}

**Type**: `STRING`**Provider name**: `fileFormat`**Description**: Returns that the currently supported file formats for EDI transformations are `JSON` and `XML`.

## `input_conversion`{% #input_conversion %}

**Type**: `STRUCT`**Provider name**: `inputConversion`**Description**: Returns the `InputConversion` object, which contains the format options for the inbound transformation.

- `format_options`**Type**: `STRUCT`**Provider name**: `formatOptions`**Description**: A structure that contains the formatting options for an inbound transformer.
  - `x12`**Type**: `STRUCT`**Provider name**: `x12`
    - `transaction_set`**Type**: `STRING`**Provider name**: `transactionSet`**Description**: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
    - `version`**Type**: `STRING`**Provider name**: `version`**Description**: Returns the version to use for the specified X12 transaction set.
- `from_format`**Type**: `STRING`**Provider name**: `fromFormat`**Description**: The format for the transformer input: currently on `X12` is supported.

## `mapping`{% #mapping %}

**Type**: `STRUCT`**Provider name**: `mapping`**Description**: Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).

- `template`**Type**: `STRING`**Provider name**: `template`**Description**: A string that represents the mapping template, in the transformation language specified in `templateLanguage`.
- `template_language`**Type**: `STRING`**Provider name**: `templateLanguage`**Description**: The transformation language for the template, either XSLT or JSONATA.

## `mapping_template`{% #mapping_template %}

**Type**: `STRING`**Provider name**: `mappingTemplate`**Description**: Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

## `modified_at`{% #modified_at %}

**Type**: `TIMESTAMP`**Provider name**: `modifiedAt`**Description**: Returns a timestamp for last time the transformer was modified.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Returns the name of the transformer, used to identify it.

## `output_conversion`{% #output_conversion %}

**Type**: `STRUCT`**Provider name**: `outputConversion`**Description**: Returns the `OutputConversion` object, which contains the format options for the outbound transformation.

- `format_options`**Type**: `STRUCT`**Provider name**: `formatOptions`**Description**: A structure that contains the X12 transaction set and version for the transformer output.
  - `x12`**Type**: `STRUCT`**Provider name**: `x12`
    - `transaction_set`**Type**: `STRING`**Provider name**: `transactionSet`**Description**: Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
    - `version`**Type**: `STRING`**Provider name**: `version`**Description**: Returns the version to use for the specified X12 transaction set.
- `to_format`**Type**: `STRING`**Provider name**: `toFormat`**Description**: The format for the output from an outbound transformer: only X12 is currently supported.

## `sample_document`{% #sample_document %}

**Type**: `STRING`**Provider name**: `sampleDocument`**Description**: Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.

## `sample_documents`{% #sample_documents %}

**Type**: `STRUCT`**Provider name**: `sampleDocuments`**Description**: 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.

- `bucket_name`**Type**: `STRING`**Provider name**: `bucketName`**Description**: Contains the Amazon S3 bucket that is used to hold your sample documents.
- `keys`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `keys`**Description**: Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
  - `input`**Type**: `STRING`**Provider name**: `input`**Description**: An array of keys for your input sample documents.
  - `output`**Type**: `STRING`**Provider name**: `output`**Description**: An array of keys for your output sample documents.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: 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`.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `transformer_arn`{% #transformer_arn %}

**Type**: `STRING`**Provider name**: `transformerArn`**Description**: Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

## `transformer_id`{% #transformer_id %}

**Type**: `STRING`**Provider name**: `transformerId`**Description**: Returns the system-assigned unique identifier for the transformer.
