Values.PrivateGraphEndpointSummarySourceDetails about a private graph endpoint.
type nonrec t = {vpcId : VpcId.t option;The ID of the VPC in which the private graph endpoint is located.
*)subnetIds : SubnetIds.t option;The subnet IDs associated with the private graph endpoint.
*)status : PrivateGraphEndpointStatus.t option;The status of the private graph endpoint.
*)vpcEndpointId : VpcEndpointId.t option;The ID of the VPC endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ]