aws.connectcases.list_cases_for_contact
Example SQL Queries
SELECT * FROMaws.connectcases.list_cases_for_contactWHERE"contact_arn" = 'VALUE'AND "domain_id" = 'VALUE';Description
Lists cases for a given contact.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_arn Required Input Column A unique identifier of a contact in Amazon Connect. | VARCHAR |
| domain_id Required Input Column The unique identifier of the Cases domain. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column The token for the next set of results. This is null if there are no more results to return. | 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
| |
| cases A list of Case summary information. | STRUCT( |
Show child fields
| |