Skip to main content

knowledge_bases_list_only

Lists knowledge_bases in a region or regions, for all properties use knowledge_bases

Overview

Nameknowledge_bases_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::KnowledgeBase Resource Type
Idaws.bedrock.knowledge_bases_list_only

Fields

NameDatatypeDescription
descriptionstringDescription of the Resource.
knowledge_base_configurationobjectContains details about the embeddings model used for the knowledge base.
knowledge_base_idstringThe unique identifier of the knowledge base.
knowledge_base_arnstringThe ARN of the knowledge base.
namestringThe name of the knowledge base.
statusstringThe status of a knowledge base.
role_arnstringThe ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_
created_atstringThe time at which the knowledge base was created.
failure_reasonsarrayA list of reasons that the API operation on the knowledge base failed.
updated_atstringThe time at which the knowledge base was last updated.
storage_configurationobjectThe vector store service in which the knowledge base is stored.
tagsobjectA map of tag keys and values
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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