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 AWS CloudFormation template, use the following syntax:
JSON
{
"FieldMapping" : NeptuneAnalyticsFieldMapping
,
"GraphArn" : String
}
YAML
FieldMapping:
NeptuneAnalyticsFieldMapping
GraphArn: 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:
1
Maximum:
255
Update requires: Replacement