matching_workflow
Gets an individual matching_workflow
resource
Overview
Name | matching_workflow |
Type | Resource |
Description | matching_workflow |
Id | awscc.entityresolution.matching_workflow |
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 | |
created_at | string | |
updated_at | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
workflow_name,
description,
input_source_config,
output_source_config,
resolution_techniques,
role_arn,
tags,
workflow_arn,
created_at,
updated_at
FROM awscc.entityresolution.matching_workflow
WHERE data__Identifier = '<WorkflowName>';
Permissions
To operate on the matching_workflow
resource, the following permissions are required:
Read
entityresolution:GetMatchingWorkflow,
entityresolution:ListTagsForResource
Delete
entityresolution:DeleteMatchingWorkflow,
entityresolution:GetMatchingWorkflow,
entityresolution:UntagResource
Update
entityresolution:GetMatchingWorkflow,
entityresolution:UpdateMatchingWorkflow,
entityresolution:ListTagsForResource,
entityresolution:TagResource,
entityresolution:UntagResource,
iam:PassRole,
kms:CreateGrant,
kms:DescribeKey