private_graph_endpoint
Gets an individual private_graph_endpoint
resource
Overview
Name | private_graph_endpoint |
Type | Resource |
Description | private_graph_endpoint |
Id | awscc.neptunegraph.private_graph_endpoint |
Fields
Name | Datatype | Description |
---|---|---|
graph_identifier | string | The auto-generated Graph Id assigned by the service. |
security_group_ids | array | The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC. |
subnet_ids | array | The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC. |
vpc_id | string | The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC. |
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` |
vpc_endpoint_id | string | VPC endpoint that provides a private connection between the Graph and specified VPC. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
graph_identifier,
security_group_ids,
subnet_ids,
vpc_id,
private_graph_endpoint_identifier,
vpc_endpoint_id
FROM awscc.neptunegraph.private_graph_endpoint
WHERE data__Identifier = '<PrivateGraphEndpointIdentifier>';
Permissions
To operate on the private_graph_endpoint
resource, the following permissions are required:
Read
neptune-graph:GetPrivateGraphEndpoint
Update
iam:PassRole,
neptune-graph:GetPrivateGraphEndpoint
Delete
ec2:DeleteVpcEndpoints,
ec2:DescribeVpcEndpoints,
ec2:DescribeSecurityGroups,
ec2:DescribeSubnets,
ec2:DescribeVpcs,
ec2:DescribeVpcAttribute,
ec2:DescribeAvailabilityZones,
ec2:ModifyVpcEndpoint,
route53:DisassociateVPCFromHostedZone,
neptune-graph:DeletePrivateGraphEndpoint,
neptune-graph:GetPrivateGraphEndpoint