Values.UpdateWebAppVpcConfigSourceContains the VPC configuration settings for updating a web app endpoint, including the subnet IDs where the endpoint should be deployed.
type nonrec t = {subnetIds : SubnetIds.t option;The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
*)ipAddressType : WebAppVpcEndpointIpAddressType.t option;The IP address type for the web app's VPC endpoint. This determines whether the endpoint is accessible over IPv4 only, or over both IPv4 and IPv6.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of SubnetId.t ] list ])
list ]