PrivateGraphEndpointReference
- class aws_cdk.aws_neptunegraph.PrivateGraphEndpointReference(*, private_graph_endpoint_identifier)
- Bases: - object- A reference to a PrivateGraphEndpoint resource. - Parameters:
- private_graph_endpoint_identifier ( - str) – The PrivateGraphEndpointIdentifier of the PrivateGraphEndpoint resource.
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_neptunegraph as neptunegraph private_graph_endpoint_reference = neptunegraph.PrivateGraphEndpointReference( private_graph_endpoint_identifier="privateGraphEndpointIdentifier" ) - Attributes - private_graph_endpoint_identifier
- The PrivateGraphEndpointIdentifier of the PrivateGraphEndpoint resource.