aws.neptune_graph.list_queries
Example SQL Queries
SELECT * FROMaws.neptune_graph.list_queriesWHERE"graph_identifier" = 'VALUE'AND "max_results" = 'VALUE';Description
Lists active openCypher queries.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_identifier Required Input Column The unique identifier of the Neptune Analytics graph. | VARCHAR |
| max_results Required Input Column The maximum number of results to be fetched by the API. | BIGINT |
| state Input Column Filtered list of queries based on state. | 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
| |
| queries A list of current openCypher queries. | STRUCT( |
Show child fields
| |