Skip to main content

matching_workflow_tags

Expands all tag keys and values for matching_workflows in a region

Overview

Namematching_workflow_tags
TypeResource
DescriptionMatchingWorkflow defined in AWS Entity Resolution service
Idaws.entityresolution.matching_workflow_tags

Fields

NameDatatypeDescription
workflow_namestringThe name of the MatchingWorkflow
descriptionstringThe description of the MatchingWorkflow
input_source_configarray
output_source_configarray
resolution_techniquesobject
role_arnstring
workflow_arnstringThe default MatchingWorkflow arn
created_atstringThe time of this SchemaMapping got created
updated_atstringThe time of this SchemaMapping got last updated at
incremental_run_configobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all matching_workflows in a region.

SELECT
region,
workflow_name,
description,
input_source_config,
output_source_config,
resolution_techniques,
role_arn,
workflow_arn,
created_at,
updated_at,
incremental_run_config,
tag_key,
tag_value
FROM aws.entityresolution.matching_workflow_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the matching_workflow_tags resource, see matching_workflows