aws.neptune_graph.get_private_graph_endpoint
Example SQL Queries
SELECT * FROMaws.neptune_graph.get_private_graph_endpointWHERE"graph_identifier" = 'VALUE'AND "vpc_id" = 'VALUE';Description
Retrieves information about a specified private endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_identifier Required Input Column The unique identifier of the Neptune Analytics graph. | VARCHAR |
| vpc_id Required Input Column The ID of the VPC where the private endpoint is located. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| status The current status of the private endpoint. | VARCHAR |
| subnet_ids The subnet IDs involved. | VARCHAR[] |
Show child fields
| |
| vpc_endpoint_id The ID of the private endpoint. | VARCHAR |