Skip to content

Delete Propertygraph Statistics

neptunedata_delete_propertygraph_statistics R Documentation

Deletes statistics for Gremlin and openCypher (property graph) data

Description

Deletes statistics for Gremlin and openCypher (property graph) data.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.

Usage

neptunedata_delete_propertygraph_statistics()

Value

A list with the following syntax:

list(
  statusCode = 123,
  status = "string",
  payload = list(
    active = TRUE|FALSE,
    statisticsId = "string"
  )
)