Module Values_0.CertificateDetailsSource

The details of the DB instance’s server certificate. 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.

Sourcetype nonrec t = {
  1. cAIdentifier : String_.t option;
    (*

    The CA identifier of the CA certificate used for the DB instance's server certificate.

    *)
  2. validTill : TStamp.t option;
    (*

    The expiration date of the DB instance’s server certificate.

    *)
}
Sourceval make : ?cAIdentifier:??? -> ?validTill:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Timestamp of TStamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t