aws.wisdom.list_contents
Example SQL Queries
SELECT * FROMaws.wisdom.list_contentsWHERE"knowledge_base_id" = 'VALUE';Description
Lists the content.
Table Definition
| Column Name | Column Data Type |
|---|---|
| knowledge_base_id Required Input Column The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| content_arn The Amazon Resource Name (ARN) of the content. | VARCHAR |
| content_id The identifier of the content. | VARCHAR |
| content_type The media type of the content. | VARCHAR |
| knowledge_base_arn The Amazon Resource Name (ARN) of the knowledge base. | VARCHAR |
| metadata A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Wisdom, you can store an external version identifier as metadata to utilize for determining drift. | MAP(VARCHAR, VARCHAR) |
| name The name of the content. | VARCHAR |
| revision_id The identifier of the revision of the content. | VARCHAR |
| status The status of the content. | VARCHAR |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |
| title The title of the content. | VARCHAR |