interface PrivateGraphEndpointReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NeptuneGraph.PrivateGraphEndpointReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsneptunegraph#PrivateGraphEndpointReference |
Java | software.amazon.awscdk.interfaces.neptunegraph.PrivateGraphEndpointReference |
Python | aws_cdk.interfaces.aws_neptunegraph.PrivateGraphEndpointReference |
TypeScript | aws-cdk-lib » interfaces » aws_neptunegraph » PrivateGraphEndpointReference |
A reference to a PrivateGraphEndpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_neptunegraph as interfaces_neptunegraph } from 'aws-cdk-lib/interfaces';
const privateGraphEndpointReference: interfaces_neptunegraph.PrivateGraphEndpointReference = {
privateGraphEndpointIdentifier: 'privateGraphEndpointIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| private | string | The PrivateGraphEndpointIdentifier of the PrivateGraphEndpoint resource. |
privateGraphEndpointIdentifier
Type:
string
The PrivateGraphEndpointIdentifier of the PrivateGraphEndpoint resource.

.NET
Go
Java
Python
TypeScript