AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NeptuneGraph::PrivateGraphEndpoint

CfnPrivateGraphEndpoint

Create 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

import { CfnPrivateGraphEndpoint } from 'aws-cdk-lib/aws-neptunegraph';

Or use the module namespace:

import * as neptunegraph from 'aws-cdk-lib/aws-neptunegraph';
// neptunegraph.CfnPrivateGraphEndpoint

Properties

Configuration passed to the constructor as CfnPrivateGraphEndpointProps.

graphIdentifierRequired
string

The unique identifier of the Neptune Analytics graph.

vpcIdRequired
string

The VPC in which the private graph endpoint needs to be created.

securityGroupIdsOptional
string[]

Security groups to be attached to the private graph endpoint..

subnetIdsOptional
string[]

Subnets in which private graph endpoint ENIs are created.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-neptunegraph
CFN TypeAWS::NeptuneGraph::PrivateGraphEndpoint
Properties4

Related Constructs

External Links