aws.qconnect.get_assistant_association
Example SQL Queries
SELECT * FROMaws.qconnect.get_assistant_associationWHERE"assistant_association_id" = 'VALUE'AND "assistant_id" = 'VALUE';Description
Retrieves information about an assistant association.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assistant_association_id Required Input Column The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| assistant_id Required Input Column The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. | 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
| |
| assistant_association The assistant association. | STRUCT( |
Show child fields
| |