cancelOpenCypherQuery
inline suspend fun NeptunedataClient.cancelOpenCypherQuery(crossinline block: CancelOpenCypherQueryRequest.Builder.() -> Unit): CancelOpenCypherQueryResponse
Cancels a specified openCypher query. See Neptune openCypher status endpoint 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.