Module Values.TlsConfigInputSource

The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.

Sourcetype nonrec t = {
  1. serverNameToVerify : StringWithLengthBetween1And512.t option;
    (*

    If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.

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