AWS::NeptuneGraph::Graph VectorSearchConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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