private_graph_endpoints
Retrieves a list of private_graph_endpoints
in a region
Overview
Name | private_graph_endpoints |
Type | Resource |
Description | private_graph_endpoints |
Id | awscc.neptunegraph.private_graph_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
private_graph_endpoint_identifier | string | PrivateGraphEndpoint 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` |
region | string | AWS 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