Values.CertificateAssociationSummarySourceDescribes a summary of a certificate association.
type nonrec t = {acmCertificateArn : AcmCertificateArn.t option;The Amazon Resource Name (ARN) of the ACM certificate.
*)status : CertificateAssociationStatus.t option;The status of the certificate association.
*)associatedAt : Timestamp.t option;The timestamp of when the certificate was associated.
*)updatedAt : Timestamp.t option;The timestamp of when the certificate association was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AcmCertificateArn.t
| `Timestamp of Timestamp.t ])
list ]