Skip to main content

graphs

Retrieves a list of graphs in a region

Overview

Namegraphs
TypeResource
Descriptiongraphs
Idawscc.neptunegraph.graphs

Fields

NameDatatypeDescription
graph_idstringThe auto-generated id assigned by the service.
regionstringAWS 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