Skip to main content

transformer_tags

Expands all tag keys and values for transformers in a region

Overview

Nametransformer_tags
TypeResource
DescriptionDefinition of AWS::B2BI::Transformer Resource Type
Idaws.b2bi.transformer_tags

Fields

NameDatatypeDescription
created_atstring
edi_typeundefined
file_formatstring
mapping_templatestring
modified_atstring
namestring
sample_documentstring
statusstring
transformer_arnstring
transformer_idstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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