AWS::NeptuneGraph::PrivateGraphEndpointThe AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GraphIdentifier | string | RequiredCreate-onlyWrite-only |
VpcId | string | RequiredCreate-only |
SecurityGroupIds | Array<string> | Create-onlyWrite-only |
SubnetIds | Array<string> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PrivateGraphEndpointIdentifier | string | PrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator. For example, if GraphIdentifier is `g-12a3bcdef4` and VpcId is `vpc-0a12bc34567de8f90`, the generated PrivateGraphEndpointIdentifier will be `g-12a3bcdef4_v... |
VpcEndpointId | string | VPC endpoint that provides a private connection between the Graph and specified VPC. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NeptuneGraph::PrivateGraphEndpoint
Resources:
MyResource:
Type: AWS::NeptuneGraph::PrivateGraphEndpoint
Properties:
GraphIdentifier: "my-graphidentifier"
VpcId: "my-vpcid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateVpcEndpointec2:DescribeVpcEndpointsec2:DescribeSecurityGroupsec2:DescribeSubnetsec2:DescribeVpcsec2:DescribeVpcAttributeec2:DescribeAvailabilityZonesec2:ModifyVpcEndpointneptune-graph:GetPrivateGraphEndpointiam:PassRoleneptune-graph:GetPrivateGraphEndpointec2:DeleteVpcEndpointsec2:DescribeVpcEndpointsec2:DescribeSecurityGroupsec2:DescribeSubnetsec2:DescribeVpcsec2:DescribeVpcAttributeec2:DescribeAvailabilityZonesec2:ModifyVpcEndpointneptune-graph:GetPrivateGraphEndpointneptune-graph:ListPrivateGraphEndpointsneptune-graph:ListGraphsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPrivateGraphEndpointIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GraphIdentifierSecurityGroupIdsSubnetIdsVpcId