Module Values.GetLoadBalancerTlsCertificatesRequestSource

Returns information about the TLS certificates that are associated with the specified Lightsail load balancer. TLS is just an updated, more secure version of Secure Socket Layer (SSL). You can have a maximum of 2 certificates associated with a Lightsail load balancer. One is active and the other is inactive.

Sourcetype nonrec t = {
  1. loadBalancerName : ResourceName.t;
    (*

    The name of the load balancer you associated with your SSL/TLS certificate.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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