Values.CreateVpcEndpointRequestSourceContainer for the parameters to the CreateVpcEndpointRequest operation.
type nonrec t = {domainArn : DomainArn.t;The Amazon Resource Name (ARN) of the domain to grant access to.
*)vpcOptions : VPCOptions.t;Options to specify the subnets and security groups for the endpoint.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainArn.t
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list ])
list ]