Module Values.HybridCustomerInstancesSettingsSource

Contains configuration settings for self-managed instances with SSM used in hybrid directory operations.

Sourcetype nonrec t = {
  1. customerDnsIps : CustomerDnsIps.t;
    (*

    The IP addresses of the DNS servers or domain controllers in your self-managed AD environment.

    *)
  2. instanceIds : AssessmentInstanceIds.t;
    (*

    The identifiers of the self-managed instances with SSM used in hybrid directory.

    *)
}
Sourceval context_ : string
Sourceval make : customerDnsIps:CustomerDnsIps.t -> instanceIds:AssessmentInstanceIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of IpAddr.t ] 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