Module Values.DescribeCertificateRequestSource

Describes the certificate that's identified by the CertificateId. Transfer Family automatically publishes a Amazon CloudWatch metric called DaysUntilExpiry for imported certificates. This metric tracks the number of days until the certificate expires based on the InactiveDate. The metric is available in the AWS/Transfer namespace and includes the CertificateId as a dimension.

Sourcetype nonrec t = {
  1. certificateId : CertificateId.t;
    (*

    An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

    *)
}
Sourceval context_ : string
Sourceval make : certificateId:CertificateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CertificateId.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