aws.neptune_graph.list_private_graph_endpoints
Example SQL Queries
SELECT * FROMaws.neptune_graph.list_private_graph_endpointsWHERE"graph_identifier" = 'VALUE';Description
Lists private endpoints for a specified Neptune Analytics graph.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_identifier Required Input Column The unique identifier of the Neptune Analytics graph. | 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 status of the private graph endpoint. | VARCHAR |
| subnet_ids The subnet IDs associated with the private graph endpoint. | VARCHAR[] |
Show child fields
| |
| vpc_endpoint_id The ID of the VPC endpoint. | VARCHAR |
| vpc_id The ID of the VPC in which the private graph endpoint is located. | VARCHAR |