Values.CertificateSourceInformation about an SSL server certificate.
type nonrec t = {certificateArn : CertificateArn.t option;The Amazon Resource Name (ARN) of the certificate.
*)isDefault : Default.t option;Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Default.t | `String of CertificateArn.t ]) list ]