transformers_list_only
Lists transformers
in a region or regions, for all properties use transformers
Overview
Name | transformers_list_only |
Type | Resource |
Description | Definition of AWS::B2BI::Transformer Resource Type |
Id | aws.b2bi.transformers_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all transformers
in a region.
SELECT
region,
transformer_id
FROM aws.b2bi.transformers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transformers_list_only
resource, see transformers