Values.ManagedCertificateSourceThe ACM certificate associated with the HTTPS domain created for the Express service.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the ACM certificate.
*)status : ManagedResourceStatus.t option;The status of the ACM; certificate.
*)statusReason : String_.t option;Information about why the ACM certificate is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the ACM certificate was last updated
*)domainName : String_.t option;The fully qualified domain name (FQDN) that is secured with this ACM certificate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]