aws.entityresolution.list_id_mapping_jobs
Example SQL Queries
SELECT * FROMaws.entityresolution.list_id_mapping_jobsWHERE"workflow_name" = 'VALUE';Description
Lists all ID mapping jobs for a given workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workflow_name Required Input Column The name of the workflow to be retrieved. | VARCHAR |
| _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
| |
| end_time The time at which the job has finished. | TIMESTAMP_S |
| job_id The ID of the job. | VARCHAR |
| start_time The time at which the job was started. | TIMESTAMP_S |
| status The current status of the job. | VARCHAR |