matching_workflows_list_only
Lists matching_workflows
in a region or regions, for all properties use matching_workflows
Overview
Name | matching_workflows_list_only |
Type | Resource |
Description | MatchingWorkflow defined in AWS Entity Resolution service |
Id | aws.entityresolution.matching_workflows_list_only |
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 | |
tags | array | |
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 |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all matching_workflows
in a region.
SELECT
region,
workflow_name
FROM aws.entityresolution.matching_workflows_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the matching_workflows_list_only
resource, see matching_workflows