Values.ApplySecurityGroupsToLoadBalancerInputSourceContains the parameters for ApplySecurityGroupsToLoadBalancer.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)securityGroups : SecurityGroups.t;The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of AccessPointName.t ])
list ]