AWS::Bedrock::KnowledgeBase OpenSearchServerlessConfiguration - 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 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 Amazon 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: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