AWS::Bedrock::KnowledgeBase OpenSearchServerlessConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 OpenSearchServerlessConfiguration

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

Syntax

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

Properties

CollectionArn

The Amazon Resource Name (ARN) of the OpenSearch Service vector store.

Required: Yes

Type: String

Pattern: ^arn:aws(|-cn|-us-gov|-iso):aoss:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:collection/[a-z0-9-]{3,32}$

Maximum: 2048

Update requires: Replacement

FieldMapping

Contains the names of the fields to which to map information about the vector store.

Required: Yes

Type: OpenSearchServerlessFieldMapping

Update requires: Replacement

VectorIndexName

The name of the vector store.

Required: Yes

Type: String

Pattern: ^.*$

Maximum: 2048

Update requires: Replacement