PrivateGraphEndpointReference

class aws_cdk.interfaces.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.interfaces import aws_neptunegraph as interfaces_neptunegraph

private_graph_endpoint_reference = interfaces_neptunegraph.PrivateGraphEndpointReference(
    private_graph_endpoint_identifier="privateGraphEndpointIdentifier"
)

Attributes

private_graph_endpoint_identifier

The PrivateGraphEndpointIdentifier of the PrivateGraphEndpoint resource.