aws.entityresolution.list_matching_workflows
Example SQL Queries
SELECT * FROMaws.entityresolution.list_matching_workflows;Description
Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The timestamp of when the workflow was created. | TIMESTAMP_S |
| resolution_type The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service. | VARCHAR |
| updated_at The timestamp of when the workflow was last updated. | TIMESTAMP_S |
| workflow_arn The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow. | VARCHAR |
| workflow_name The name of the workflow. | VARCHAR |