AWS::NeptuneGraph::Graph VectorSearchConfiguration - AWS CloudFormation

AWS::NeptuneGraph::Graph VectorSearchConfiguration

The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

Syntax

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

JSON

{ "VectorSearchDimension" : Integer }

YAML

VectorSearchDimension: Integer

Properties

VectorSearchDimension

The number of dimensions.

Required: Yes

Type: Integer

Update requires: Replacement