aws.qconnect.get_content_association
Example SQL Queries
SELECT * FROMaws.qconnect.get_content_associationWHERE"content_association_id" = 'VALUE'AND "content_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Returns the content association.
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_association_id Required Input Column The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| 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
| |
| content_association The association between Amazon Q in Connect content and another resource. | STRUCT( |
Show child fields
| |