aws.qconnect.get_content
Example SQL Queries
SELECT * FROMaws.qconnect.get_contentWHERE"content_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Retrieves content, including a pre-signed URL to download 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. This should not be a QUICK_RESPONSES type 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 The content. | STRUCT( |
Show child fields
| |