Values.LoadBalancerTlsCertificateSummarySourceProvides a summary of SSL/TLS certificate metadata.
type nonrec t = {name : ResourceName.t option;The name of the SSL/TLS certificate.
*)isAttached : Boolean.t option;When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ResourceName.t ]) list ]