Values.ModifyLoadBalancerAttributesInputSourceContains the parameters for ModifyLoadBalancerAttributes.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)loadBalancerAttributes : LoadBalancerAttributes.t;The attributes for the load balancer.
*)}val make :
loadBalancerName:AccessPointName.t ->
loadBalancerAttributes:LoadBalancerAttributes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccessPointName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AdditionalAttributeKey.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of CrossZoneLoadBalancingEnabled.t
| `Integer of AccessLogInterval.t
| `String of S3BucketName.t ])
list ])
list ])
list ]