Values.ModifyLoadBalancerAttributesInputSourceModifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.
type nonrec t = {loadBalancerArn : LoadBalancerArn.t;The Amazon Resource Name (ARN) of the load balancer.
*)attributes : LoadBalancerAttributes.t;The load balancer attributes.
*)}val make :
loadBalancerArn:LoadBalancerArn.t ->
attributes:LoadBalancerAttributes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of LoadBalancerAttributeKey.t ]) list ]
list
| `String of LoadBalancerArn.t ])
list ]