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