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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of VpcEndpointId.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]