interface IPrivateGraphEndpointRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.aws_neptunegraph.IPrivateGraphEndpointRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsneptunegraph#IPrivateGraphEndpointRef | 
  Java | software.amazon.awscdk.services.neptunegraph.IPrivateGraphEndpointRef | 
  Python | aws_cdk.aws_neptunegraph.IPrivateGraphEndpointRef | 
  TypeScript  | aws-cdk-lib » aws_neptunegraph » IPrivateGraphEndpointRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a PrivateGraphEndpoint.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| private | Private | A reference to a PrivateGraphEndpoint resource. | 
node
Type:
Node
The tree node.
privateGraphEndpointRef
Type:
Private
A reference to a PrivateGraphEndpoint resource.

 .NET
 Go
 Java
 Python
 TypeScript