Skip to main content

private_graph_endpoints

Retrieves a list of private_graph_endpoints in a region

Overview

Nameprivate_graph_endpoints
TypeResource
Descriptionprivate_graph_endpoints
Idawscc.neptunegraph.private_graph_endpoints

Fields

NameDatatypeDescription
private_graph_endpoint_identifierstringPrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator.<br/><br/> For example, if GraphIdentifier is `g-12a3bcdef4` and VpcId is `vpc-0a12bc34567de8f90`, the generated PrivateGraphEndpointIdentifier will be `g-12a3bcdef4_vpc-0a12bc34567de8f90`
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
private_graph_endpoint_identifier
FROM awscc.neptunegraph.private_graph_endpoints
WHERE region = 'us-east-1'

Permissions

To operate on the private_graph_endpoints resource, the following permissions are required:

Create

ec2:CreateVpcEndpoint,
ec2:DescribeVpcEndpoints,
ec2:DescribeSecurityGroups,
ec2:DescribeSubnets,
ec2:DescribeVpcs,
ec2:DescribeVpcAttribute,
ec2:DescribeAvailabilityZones,
ec2:ModifyVpcEndpoint,
route53:AssociateVPCWithHostedZone,
iam:PassRole,
neptune-graph:CreatePrivateGraphEndpoint,
neptune-graph:GetPrivateGraphEndpoint,
iam:CreateServiceLinkedRole

List

neptune-graph:GetPrivateGraphEndpoint,
neptune-graph:ListPrivateGraphEndpoints