This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::KnowledgeBase StorageConfiguration
Contains the storage configuration of the knowledge base.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MongoDbAtlasConfiguration" :MongoDbAtlasConfiguration, "NeptuneAnalyticsConfiguration" :NeptuneAnalyticsConfiguration, "OpensearchManagedClusterConfiguration" :OpenSearchManagedClusterConfiguration, "OpensearchServerlessConfiguration" :OpenSearchServerlessConfiguration, "PineconeConfiguration" :PineconeConfiguration, "RdsConfiguration" :RdsConfiguration, "S3VectorsConfiguration" :S3VectorsConfiguration, "Type" :String}
YAML
MongoDbAtlasConfiguration:MongoDbAtlasConfigurationNeptuneAnalyticsConfiguration:NeptuneAnalyticsConfigurationOpensearchManagedClusterConfiguration:OpenSearchManagedClusterConfigurationOpensearchServerlessConfiguration:OpenSearchServerlessConfigurationPineconeConfiguration:PineconeConfigurationRdsConfiguration:RdsConfigurationS3VectorsConfiguration:S3VectorsConfigurationType:String
Properties
MongoDbAtlasConfiguration-
Contains the storage configuration of the knowledge base in MongoDB Atlas.
Required: No
Type: MongoDbAtlasConfiguration
Update requires: Replacement
NeptuneAnalyticsConfiguration-
Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see Create a vector index in Amazon Neptune Analytics..
Required: No
Type: NeptuneAnalyticsConfiguration
Update requires: Replacement
OpensearchManagedClusterConfiguration-
Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see Create a vector index in Amazon OpenSearch Service.
Required: No
Type: OpenSearchManagedClusterConfiguration
Update requires: Replacement
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
S3VectorsConfiguration-
The configuration settings for storing knowledge base data using S3 vectors. This includes vector index information and S3 bucket details for vector storage.
Required: No
Type: S3VectorsConfiguration
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 | MONGO_DB_ATLAS | NEPTUNE_ANALYTICS | S3_VECTORS | OPENSEARCH_MANAGED_CLUSTERUpdate requires: Replacement