Module Values.LoadBalancerTlsCertificateSummarySource

Provides a summary of SSL/TLS certificate metadata.

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

    The name of the SSL/TLS certificate.

    *)
  2. isAttached : Boolean.t option;
    (*

    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

    *)
}
Sourceval make : ?name:??? -> ?isAttached:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `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