AWS::Bedrock::KnowledgeBase OpenSearchManagedClusterConfiguration - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Bedrock::KnowledgeBase OpenSearchManagedClusterConfiguration

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

Syntax

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

Properties

DomainArn

The Amazon Resource Name (ARN) of the OpenSearch domain.

Required: Yes

Type: String

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

Maximum: 2048

Update requires: Replacement

DomainEndpoint

The endpoint URL the OpenSearch domain.

Required: Yes

Type: String

Pattern: ^https://.*$

Maximum: 2048

Update requires: Replacement

FieldMapping

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

Required: Yes

Type: OpenSearchManagedClusterFieldMapping

Update requires: Replacement

VectorIndexName

The name of the vector store.

Required: Yes

Type: String

Pattern: ^(?![\-_+.])[a-z0-9][a-z0-9\-_\.]*$

Minimum: 1

Maximum: 2048

Update requires: Replacement