Values.WebAppEndpointDetailsSourceContains the endpoint configuration for a web app, including VPC settings when the endpoint is hosted within a VPC.
type nonrec t = {vpc : WebAppVpcConfig.t option;The VPC configuration for hosting the web app endpoint within a VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]