graphs
Retrieves a list of graphs
in a region
Overview
Name | graphs |
Type | Resource |
Description | graphs |
Id | awscc.neptunegraph.graphs |
Fields
Name | Datatype | Description |
---|---|---|
graph_id | string | The auto-generated id assigned by the service. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
graph_id
FROM awscc.neptunegraph.graphs
WHERE region = 'us-east-1'
Permissions
To operate on the graphs
resource, the following permissions are required:
Create
iam:PassRole,
neptune-graph:CreateGraph,
neptune-graph:GetGraph,
neptune-graph:ListTagsForResource,
neptune-graph:TagResource,
kms:DescribeKey,
kms:CreateGrant,
kms:Decrypt,
iam:CreateServiceLinkedRole
List
neptune-graph:GetGraph,
neptune-graph:ListGraphs,
kms:DescribeKey,
kms:CreateGrant,
kms:Decrypt