aws.qconnect.list_content_associations
Example SQL Queries
SELECT * FROMaws.qconnect.list_content_associationsWHERE"content_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Lists the content associations.
For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| content_id Required Input Column The identifier of the content. | VARCHAR |
| knowledge_base_id Required Input Column The identifier of the knowledge base. | 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
| |
| association_data The content association. | STRUCT( |
Show child fields
| |
| association_type The type of association. | VARCHAR |
| content_arn The Amazon Resource Name (ARN) of the content. | VARCHAR |
| content_association_arn The Amazon Resource Name (ARN) of the content association. | VARCHAR |
| content_association_id The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| knowledge_base_arn The Amazon Resource Name (ARN) of the knowledge base. | VARCHAR |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |