Values.AttachLoadBalancerToSubnetsInputSourceContains the parameters for AttachLoaBalancerToSubnets.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)subnets : Subnets.t;The IDs of the subnets to add. You can add only one subnet per Availability Zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of AccessPointName.t ])
list ]