Values.VpcEndpointSourceThe connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.
type nonrec t = {vpcEndpointId : VpcEndpointId.t option;The unique identifier of the endpoint.
*)vpcEndpointOwner : AWSAccount.t option;The creator of the endpoint.
*)domainArn : DomainArn.t option;The Amazon Resource Name (ARN) of the domain associated with the endpoint.
*)vpcOptions : VPCDerivedInfo.t option;Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
*)status : VpcEndpointStatus.t option;The current status of the endpoint.
*)endpoint : Endpoint.t option;The connection endpoint ID for connecting to the domain.
*)}