matching_workflow_tags
Expands all tag keys and values for matching_workflows
in a region
Overview
Name | matching_workflow_tags |
Type | Resource |
Description | MatchingWorkflow defined in AWS Entity Resolution service |
Id | aws.entityresolution.matching_workflow_tags |
Fields
Name | Datatype | Description |
---|---|---|
workflow_name | string | The name of the MatchingWorkflow |
description | string | The description of the MatchingWorkflow |
input_source_config | array | |
output_source_config | array | |
resolution_techniques | object | |
role_arn | string | |
workflow_arn | string | The default MatchingWorkflow arn |
created_at | string | The time of this SchemaMapping got created |
updated_at | string | The time of this SchemaMapping got last updated at |
incremental_run_config | object | |
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 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