knowledge_bases_list_only
Lists knowledge_bases
in a region or regions, for all properties use knowledge_bases
Overview
Name | knowledge_bases_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::KnowledgeBase Resource Type |
Id | aws.bedrock.knowledge_bases_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Description of the Resource. |
knowledge_base_configuration | object | Contains details about the embeddings model used for the knowledge base. |
knowledge_base_id | string | The unique identifier of the knowledge base. |
knowledge_base_arn | string | The ARN of the knowledge base. |
name | string | The name of the knowledge base. |
status | string | The status of a knowledge base. |
role_arn | string | The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_ |
created_at | string | The time at which the knowledge base was created. |
failure_reasons | array | A list of reasons that the API operation on the knowledge base failed. |
updated_at | string | The time at which the knowledge base was last updated. |
storage_configuration | object | The vector store service in which the knowledge base is stored. |
tags | object | A map of tag keys and values |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all knowledge_bases
in a region.
SELECT
region,
knowledge_base_id
FROM aws.bedrock.knowledge_bases_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the knowledge_bases_list_only
resource, see knowledge_bases