Module Values.DescribeLoadBalancerAttributesInputSource

Describes the attributes for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. For more information, see the following: Load balancer attributes in the Application Load Balancers Guide Load balancer attributes in the Network Load Balancers Guide Load balancer attributes in the Gateway Load Balancers Guide

Sourcetype nonrec t = {
  1. loadBalancerArn : LoadBalancerArn.t;
    (*

    The Amazon Resource Name (ARN) of the load balancer.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerArn:LoadBalancerArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LoadBalancerArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t