Skip to main content

transformer

Gets an individual transformer resource

Overview

Nametransformer
TypeResource
Descriptiontransformer
Idawscc.b2bi.transformer

Fields

NameDatatypeDescription
created_atstring
edi_typeundefined
file_formatstring
mapping_templatestring
modified_atstring
namestring
sample_documentstring
statusstring
tagsarray
transformer_arnstring
transformer_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
created_at,
edi_type,
file_format,
mapping_template,
modified_at,
name,
sample_document,
status,
tags,
transformer_arn,
transformer_id
FROM awscc.b2bi.transformer
WHERE data__Identifier = '<TransformerId>';

Permissions

To operate on the transformer resource, the following permissions are required:

Read

b2bi:GetTransformer,
b2bi:ListTagsForResource

Update

b2bi:TagResource,
b2bi:UntagResource,
b2bi:UpdateTransformer

Delete

b2bi:DeleteTransformer,
logs:DeleteLogDelivery,
logs:ListLogDeliveries