aws.neptunedata.get_propertygraph_summary
Example SQL Queries
SELECT * FROMaws.neptunedata.get_propertygraph_summary;Description
Gets a graph summary for a property graph.
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:GetGraphSummary IAM action in that cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| mode Input Column Mode can take one of two values: BASIC (the default), and DETAILED. | 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
| |
| payload Payload containing the property graph summary response. | STRUCT( |
Show child fields
| |
| status_code The HTTP return code of the request. If the request succeeded, the code is 200. | BIGINT |