AWS::NeptuneGraph::PrivateGraphEndpointCreate a private graph endpoint to allow private access from to the graph from within a VPC. You can attach security groups to the private graph endpoint. > VPC endpoint charges apply.
import { CfnPrivateGraphEndpoint } from 'aws-cdk-lib/aws-neptunegraph';Or use the module namespace:
import * as neptunegraph from 'aws-cdk-lib/aws-neptunegraph';
// neptunegraph.CfnPrivateGraphEndpointConfiguration passed to the constructor as CfnPrivateGraphEndpointProps.
graphIdentifierRequiredstringThe unique identifier of the Neptune Analytics graph.
vpcIdRequiredstringThe VPC in which the private graph endpoint needs to be created.
securityGroupIdsOptionalstring[]Security groups to be attached to the private graph endpoint..
subnetIdsOptionalstring[]Subnets in which private graph endpoint ENIs are created.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-neptunegraphAWS::NeptuneGraph::PrivateGraphEndpoint