Values.UpdateWebAppEndpointDetailsSourceContains the endpoint configuration details for updating a web app, including VPC settings for endpoints hosted within a VPC.
type nonrec t = {vpc : UpdateWebAppVpcConfig.t option;The VPC configuration details for updating a web app endpoint hosted within a VPC. This includes the subnet IDs for endpoint deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list ])
list ])
list ]