Module Values.OriginSslProtocolsSource

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

    *)
  2. items : SslProtocolsList.t;
    (*

    A list that contains allowed SSL/TLS protocols for this distribution.

    *)
}
Sourceval context_ : string
Sourceval make : quantity:Integer.t -> items:SslProtocolsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Enum of string ] list ]) 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