aws.neptunedata.get_gremlin_query_status
Example SQL Queries
SELECT * FROMaws.neptunedata.get_gremlin_query_statusWHERE"query_id" = 'VALUE';Description
Gets the status of a specified Gremlin 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:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin 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 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 evaluation status of the Gremlin query. | STRUCT( |
Show child fields
| |
| query_string The Gremlin query string. | VARCHAR |