Module Values.HybridUpdateValueSource

Contains the configuration values for a hybrid directory update, including Amazon Web Services System Manager managed node and DNS information.

Sourcetype nonrec t = {
  1. instanceIds : AssessmentInstanceIds.t option;
    (*

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

    *)
  2. dnsIps : CustomerDnsIps.t option;
    (*

    The IP addresses of the DNS servers or domain controllers in the hybrid directory configuration.

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