Values_0.CACertificateSourceA CA certificate.
type nonrec t = {certificateArn : CertificateArn.t option;The ARN of the CA certificate.
*)certificateId : CertificateId.t option;The ID of the CA certificate.
*)status : CACertificateStatus.t option;The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.
*)creationDate : DateType.t option;The date the CA certificate was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CertificateArn.t
| `Timestamp of DateType.t ])
list ]