Values_0.CertificateSourceA CA certificate for an Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
type nonrec t = {certificateIdentifier : String_.t option;The unique key that identifies a certificate.
*)certificateType : String_.t option;The type of the certificate.
*)thumbprint : String_.t option;The thumbprint of the certificate.
*)validFrom : TStamp.t option;The starting date from which the certificate is valid.
*)validTill : TStamp.t option;The final date that the certificate continues to be valid.
*)certificateArn : String_.t option;The Amazon Resource Name (ARN) for the certificate.
*)customerOverride : BooleanOptional.t option;Indicates whether there is an override for the default certificate identifier.
*)customerOverrideValidTill : TStamp.t option;If there is an override for the default certificate identifier, when the override expires.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]