Resource Type: AWS > Bedrock > Knowledge Base
The Amazon Bedrock Knowledge Base resource represents a knowledge base in AWS Bedrock, which stores and manages data to augment agent orchestration and response generation. This resource type enables governance, policy enforcement, and management of Bedrock knowledge bases.
Resource Context
Knowledge Base is a part of the Bedrock service.
Each Knowledge Base lives under a Region.
Controls
The primary controls for AWS > Bedrock > Knowledge Base are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-bedrock#/resource/types/knowledgeBase
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/aws-bedrock#/resource/types/knowledgeBase"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/knowledgeBase';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-bedrock#/resource/types/knowledgeBase"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/knowledgeBase' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query