Values_0.ServerCertificateSummarySourceAn object that contains information about a server certificate.
type nonrec t = {serverCertificateArn : AcmCertificateArn.t option;The ARN of the server certificate.
*)serverCertificateStatus : ServerCertificateStatus.t option;The status of the server certificate.
*)serverCertificateStatusDetail : ServerCertificateStatusDetail.t option;Details that explain the status of the server certificate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AcmCertificateArn.t ]) list ]