Values.VpcEndpointDetailSourceDetails about an OpenSearch Serverless-managed interface endpoint.
type nonrec t = {id : VpcEndpointId.t option;The unique identifier of the endpoint.
*)name : VpcEndpointName.t option;The name of the endpoint.
*)vpcId : VpcId.t option;The ID of the VPC from which you access OpenSearch Serverless.
*)subnetIds : SubnetIds.t option;The ID of the subnets from which you access OpenSearch Serverless.
*)securityGroupIds : SecurityGroupIds.t option;The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)status : VpcEndpointStatus.t option;The current status of the endpoint.
*)createdDate : Long.t option;The date the endpoint was created.
*)failureCode : String_.t option;A failure code associated with the request.
*)failureMessage : String_.t option;A message associated with the failure code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `Long of Long.t
| `String of VpcEndpointId.t ])
list ]