AWS::Bedrock::KnowledgeBase OpenSearchManagedClusterConfiguration - 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 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 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|-eusc|-iso(-[b-f])?)?:es:([a-z]{2,}-){2,}\d:\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