AWS::Bedrock::KnowledgeBase StorageConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::KnowledgeBase StorageConfiguration

Contains the storage configuration of the knowledge base.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

OpensearchServerlessConfiguration

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

Required: No

Type: OpenSearchServerlessConfiguration

Update requires: Replacement

PineconeConfiguration

Contains the storage configuration of the knowledge base in Pinecone.

Required: No

Type: PineconeConfiguration

Update requires: Replacement

RdsConfiguration

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Required: No

Type: RdsConfiguration

Update requires: Replacement

Type

The vector store service in which the knowledge base is stored.

Required: Yes

Type: String

Allowed values: OPENSEARCH_SERVERLESS | PINECONE | RDS

Update requires: Replacement