id_mapping_workflows_list_only
Lists id_mapping_workflows
in a region or regions, for all properties use id_mapping_workflows
Overview
Name | id_mapping_workflows_list_only |
Type | Resource |
Description | IdMappingWorkflow defined in AWS Entity Resolution service |
Id | aws.entityresolution.id_mapping_workflows_list_only |
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 | The default IdMappingWorkflow arn |
created_at | string | The time of this SchemaMapping got created |
updated_at | string | The time of this SchemaMapping got last updated at |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all id_mapping_workflows
in a region.
SELECT
region,
workflow_name
FROM aws.entityresolution.id_mapping_workflows_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the id_mapping_workflows_list_only
resource, see id_mapping_workflows