aws.neptunedata.get_open_cypher_query_status
Example SQL Queries
SELECT * FROMaws.neptunedata.get_open_cypher_query_statusWHERE"query_id" = 'VALUE';Description
Retrieves the status of a specified openCypher query.
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:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
Table Definition
| Column Name | Column Data Type |
|---|---|
| query_id Required Input Column The unique ID of the query for which status is being returned. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| query_eval_stats The openCypher query evaluation status. | STRUCT( |
Show child fields
| |
| query_string The openCypher query string. | VARCHAR |