Module Values_0.TlsConfigSource

An object that specifies the TLS configuration for a domain.

Sourcetype nonrec t = {
  1. securityPolicy : SecurityPolicy.t option;
    (*

    The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.

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