private_graph_endpoints_list_only
Lists private_graph_endpoints in a region or regions, for all properties use private_graph_endpoints
Overview
| Name | private_graph_endpoints_list_only |
| Type | Resource |
| Description | The AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint. |
| Id | aws.neptunegraph.private_graph_endpoints_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
private_graph_endpoint_identifier | string | PrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator. 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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all private_graph_endpoints in a region.
SELECT
region,
private_graph_endpoint_identifier
FROM aws.neptunegraph.private_graph_endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the private_graph_endpoints_list_only resource, see private_graph_endpoints