Skip to main content

matching_workflows_list_only

Lists matching_workflows in a region or regions, for all properties use matching_workflows

Overview

Namematching_workflows_list_only
TypeResource
DescriptionMatchingWorkflow defined in AWS Entity Resolution service
Idaws.entityresolution.matching_workflows_list_only

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_arnstringThe default MatchingWorkflow arn
created_atstringThe time of this SchemaMapping got created
updated_atstringThe time of this SchemaMapping got last updated at
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all matching_workflows in a region.

SELECT
region,
workflow_name
FROM aws.entityresolution.matching_workflows_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the matching_workflows_list_only resource, see matching_workflows