graphs_list_only
Lists graphs in a region or regions, for all properties use graphs
Overview
| Name | graphs_list_only |
| Type | Resource |
| Description | The AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph. |
| Id | aws.neptunegraph.graphs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
graph_id | string | The auto-generated id assigned by the service. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all graphs in a region.
SELECT
region,
graph_id
FROM aws.neptunegraph.graphs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the graphs_list_only resource, see graphs