This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "DomainArn" :String, "DomainEndpoint" :String, "FieldMapping" :OpenSearchManagedClusterFieldMapping, "VectorIndexName" :String}
YAML
DomainArn:StringDomainEndpoint:StringFieldMapping:OpenSearchManagedClusterFieldMappingVectorIndexName:String
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: 2048Update requires: Replacement 
- DomainEndpoint
- 
                    The endpoint URL the OpenSearch domain. Required: Yes Type: String Pattern: ^https://.*$Maximum: 2048Update 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: 1Maximum: 2048Update requires: Replacement