Values.DescribedWebAppEndpointDetailsSourceContains the endpoint configuration details for a web app, including VPC configuration when the endpoint is hosted within a VPC.
type nonrec t = {vpc : DescribedWebAppVpcConfig.t option;The VPC configuration details when the web app endpoint is hosted within a VPC. This includes the VPC ID, subnet IDs, and VPC endpoint ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]