transformer_tags
Expands all tag keys and values for transformers
in a region
Overview
Name | transformer_tags |
Type | Resource |
Description | Definition of AWS::B2BI::Transformer Resource Type |
Id | aws.b2bi.transformer_tags |
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 | |
transformer_arn | string | |
transformer_id | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all transformers
in a region.
SELECT
region,
created_at,
edi_type,
file_format,
mapping_template,
modified_at,
name,
sample_document,
status,
transformer_arn,
transformer_id,
tag_key,
tag_value
FROM aws.b2bi.transformer_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transformer_tags
resource, see transformers