interface PrivateGraphEndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_neptunegraph.PrivateGraphEndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsneptunegraph#PrivateGraphEndpointReference |
![]() | software.amazon.awscdk.services.neptunegraph.PrivateGraphEndpointReference |
![]() | aws_cdk.aws_neptunegraph.PrivateGraphEndpointReference |
![]() | aws-cdk-lib » 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 neptunegraph } from 'aws-cdk-lib';
const privateGraphEndpointReference: 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.