aws.connect.get_contact_attributes
Example SQL Queries
SELECT * FROMaws.connect.get_contact_attributesWHERE"instance_id" = 'VALUE'AND "initial_contact_id" = 'VALUE';Description
Retrieves the contact attributes for the specified contact.
Table Definition
| Column Name | Column Data Type |
|---|---|
| initial_contact_id Required Input Column The identifier of the initial contact. | VARCHAR |
| instance_id Required Input Column The identifier of the Amazon Connect instance. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| attributes Information about the attributes. | MAP(VARCHAR, VARCHAR) |