Values.DescribedWebAppVpcConfigSourceContains the VPC configuration details for a web app endpoint, including the VPC identifier, subnet IDs, and VPC endpoint ID used for hosting the endpoint.
type nonrec t = {subnetIds : SubnetIds.t option;The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
*)vpcId : VpcId.t option;The identifier of the VPC where the web app endpoint is hosted.
*)vpcEndpointId : VpcEndpointId.t option;The identifier of the VPC endpoint created for the web app.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]