id_mapping_workflow
Gets an individual id_mapping_workflow
resource
Overview
Name | id_mapping_workflow |
Type | Resource |
Description | id_mapping_workflow |
Id | awscc.entityresolution.id_mapping_workflow |
Fields
Name | Datatype | Description |
---|---|---|
workflow_name | string | The name of the IdMappingWorkflow |
description | string | The description of the IdMappingWorkflow |
input_source_config | array | |
output_source_config | array | |
id_mapping_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,
id_mapping_techniques,
role_arn,
tags,
workflow_arn,
created_at,
updated_at
FROM awscc.entityresolution.id_mapping_workflow
WHERE data__Identifier = '<WorkflowName>';
Permissions
To operate on the id_mapping_workflow
resource, the following permissions are required:
Update
entityresolution:GetIdMappingWorkflow,
entityresolution:UpdateIdMappingWorkflow,
entityresolution:ListTagsForResource,
entityresolution:TagResource,
entityresolution:UntagResource,
iam:PassRole,
kms:CreateGrant,
kms:DescribeKey
Read
entityresolution:GetIdMappingWorkflow,
entityresolution:ListTagsForResource
Delete
entityresolution:DeleteIdMappingWorkflow,
entityresolution:GetIdMappingWorkflow,
entityresolution:UntagResource