Skip to main content

knowledge_base_tags

Expands all tag keys and values for knowledge_bases in a region

Overview

Nameknowledge_base_tags
TypeResource
DescriptionDefinition of AWS::Bedrock::KnowledgeBase Resource Type
Idaws.bedrock.knowledge_base_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all knowledge_bases in a region.

SELECT
region,
description,
knowledge_base_configuration,
knowledge_base_id,
knowledge_base_arn,
name,
status,
role_arn,
created_at,
failure_reasons,
updated_at,
storage_configuration,
tag_key,
tag_value
FROM aws.bedrock.knowledge_base_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the knowledge_base_tags resource, see knowledge_bases