matching_workflows
Retrieves a list of matching_workflows
in a region
Overview
Name | matching_workflows |
Type | Resource |
Description | matching_workflows |
Id | awscc.entityresolution.matching_workflows |
Fields
Name | Datatype | Description |
---|---|---|
workflow_name | undefined | The name of the MatchingWorkflow |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
workflow_name
FROM awscc.entityresolution.matching_workflows
WHERE region = 'us-east-1'
Permissions
To operate on the matching_workflows
resource, the following permissions are required:
Create
entityresolution:CreateMatchingWorkflow,
entityresolution:GetMatchingWorkflow,
entityresolution:TagResource,
kms:CreateGrant,
kms:DescribeKey,
iam:PassRole
List
entityresolution:ListMatchingWorkflows