Skip to main content

private_graph_endpoints_list_only

Lists private_graph_endpoints in a region or regions, for all properties use private_graph_endpoints

Overview

Nameprivate_graph_endpoints_list_only
TypeResource
DescriptionThe AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint.
Idawscc.neptunegraph.private_graph_endpoints_list_only

Fields

NameDatatypeDescription
private_graph_endpoint_identifierstringPrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator.<br />For example, if GraphIdentifier is &#96;g-12a3bcdef4&#96; and VpcId is &#96;vpc-0a12bc34567de8f90&#96;, the generated PrivateGraphEndpointIdentifier will be &#96;g-12a3bcdef4&#95;vpc-0a12bc34567de8f90&#96;
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all private_graph_endpoints in a region.

SELECT
region,
private_graph_endpoint_identifier
FROM awscc.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