Values.CreatePrivateGraphEndpointInputSourceCreate a private graph endpoint to allow private access to the graph from within a VPC. You can attach security groups to the private graph endpoint. VPC endpoint charges apply.
type nonrec t = {graphIdentifier : GraphIdentifier.t;The unique identifier of the Neptune Analytics graph.
*)vpcId : VpcId.t option;The VPC in which the private graph endpoint needs to be created.
*)subnetIds : SubnetIds.t option;Subnets in which private graph endpoint ENIs are created.
*)vpcSecurityGroupIds : SecurityGroupIds.t option;Security groups to be attached to the private graph endpoint.
*)}val make :
?vpcId:??? ->
?subnetIds:??? ->
?vpcSecurityGroupIds:??? ->
graphIdentifier:GraphIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of GraphIdentifier.t ])
list ]