aws.qconnect.get_content_summary
Example SQL Queries
SELECT * FROMaws.qconnect.get_content_summaryWHERE"content_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Retrieves summary information about the content.
Table Definition
| Column Name | Column Data Type |
|---|---|
| content_id Required Input Column The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| knowledge_base_id Required Input Column The identifier of the knowledge base. 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
| |
| content_summary The content summary. | STRUCT( |
Show child fields
| |