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 NeptuneAnalyticsConfiguration
Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see Create a vector index in Amazon Neptune Analytics.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FieldMapping" :NeptuneAnalyticsFieldMapping, "GraphArn" :String}
YAML
FieldMapping:NeptuneAnalyticsFieldMappingGraphArn:String
Properties
- FieldMapping
- 
                    Contains the names of the fields to which to map information about the vector store. Required: Yes Type: NeptuneAnalyticsFieldMapping Update requires: Replacement 
- GraphArn
- 
                    The Amazon Resource Name (ARN) of the Neptune Analytics vector store. Required: Yes Type: String Pattern: ^arn:aws(|-cn|-us-gov):neptune-graph:[a-zA-Z0-9-]*:[0-9]{12}:graph\/g-[a-zA-Z0-9]{10}$Minimum: 1Maximum: 255Update requires: Replacement