Skip to main content

matching_workflow

Gets an individual matching_workflow resource

Overview

Namematching_workflow
TypeResource
Descriptionmatching_workflow
Idawscc.entityresolution.matching_workflow

Fields

NameDatatypeDescription
workflow_namestringThe name of the MatchingWorkflow
descriptionstringThe description of the MatchingWorkflow
input_source_configarray
output_source_configarray
resolution_techniquesobject
role_arnstring
tagsarray
workflow_arnstring
created_atstring
updated_atstring
regionstringAWS 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