Values.AdditionalAttributeSourceInformation about additional load balancer attributes.
type nonrec t = {key : AdditionalAttributeKey.t option;The name of the attribute. The following attribute is supported. elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.
*)value : AdditionalAttributeValue.t option;This value of the attribute.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AdditionalAttributeKey.t ]) list ]