transformer
Gets an individual transformer
resource
Overview
Name | transformer |
Type | Resource |
Description | transformer |
Id | awscc.b2bi.transformer |
Fields
Name | Datatype | Description |
---|---|---|
created_at | string | |
edi_type | undefined | |
file_format | string | |
mapping_template | string | |
modified_at | string | |
name | string | |
sample_document | string | |
status | string | |
tags | array | |
transformer_arn | string | |
transformer_id | string | |
region | string | AWS 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