Skip to content

Cancel Gremlin Query

neptunedata_cancel_gremlin_query R Documentation

Cancels a Gremlin query

Description

Cancels a Gremlin query. See Gremlin query cancellation for more information.

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:CancelQuery IAM action in that cluster.

Usage

neptunedata_cancel_gremlin_query(queryId)

Arguments

queryId

[required] The unique identifier that identifies the query to be canceled.

Value

A list with the following syntax:

list(
  status = "string"
)

Request syntax

svc$cancel_gremlin_query(
  queryId = "string"
)