aws.entityresolution.list_id_mapping_workflows
Example SQL Queries
SELECT * FROMaws.entityresolution.list_id_mapping_workflows;Description
Returns a list of all the IdMappingWorkflows 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 |
| 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 IdMappingWorkflow. | VARCHAR |
| workflow_name The name of the workflow. | VARCHAR |