Values.CertificateSourceA certificate authority (CA) certificate for an Amazon Web Services account.
type nonrec t = {certificateIdentifier : String_.t option;The unique key that identifies a certificate. Example: rds-ca-2019
*)certificateType : String_.t option;The type of the certificate. Example: CA
*)thumbprint : String_.t option;The thumbprint of the certificate.
*)validFrom : TStamp.t option;The starting date-time from which the certificate is valid. Example: 2019-07-31T17:57:09Z
*)validTill : TStamp.t option;The date-time after which the certificate is no longer valid. Example: 2024-07-31T17:57:09Z
*)certificateArn : String_.t option;The Amazon Resource Name (ARN) for the certificate. Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
*)}