aws.customer_profiles.list_identity_resolution_jobs
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_identity_resolution_jobsWHERE"domain_name" = 'VALUE';Description
Lists all of the Identity Resolution Jobs in your domain. The response sorts the list by JobStartTime.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column If there are additional results, this is the token for the next set of results. | 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
| |
| identity_resolution_jobs_list A list of Identity Resolution Jobs. | STRUCT( |
Show child fields
| |