Amazon Neptune · Schema

Amazon Neptune Analytics Graph

Represents a Neptune Analytics graph resource, which is a memory-optimized graph database instance for analytical workloads with support for openCypher queries, vector search, and optimized graph algorithms.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
id string The unique identifier of the graph, assigned by Neptune Analytics.
name string The name of the graph.
graphName string The name of the graph (used in creation requests).
arn string The Amazon Resource Name (ARN) of the graph.
status string The current status of the graph resource.
statusReason string The reason for the current status, if applicable.
createTime string The time the graph was created.
provisionedMemory integer The provisioned memory size in Neptune Capacity Units (NCUs). Each NCU provides approximately 2 GiB of memory.
endpoint string The DNS endpoint for connecting to the graph.
publicConnectivity boolean Whether the graph can be accessed over the public internet.
vectorSearchConfiguration object Configuration for vector search capabilities.
replicaCount integer The number of read replicas for the graph.
kmsKeyIdentifier string The KMS key identifier used for encryption at rest.
sourceSnapshotId string The ID of the source snapshot if the graph was restored from a snapshot.
deletionProtection boolean Whether deletion protection is enabled for the graph.
buildNumber string The build number of the Neptune Analytics engine.
tags object Tags assigned to the graph as key-value pairs.
View JSON Schema on GitHub