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 |
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