Values.HybridUpdateValueSourceContains the configuration values for a hybrid directory update, including Amazon Web Services System Manager managed node and DNS information.
type nonrec t = {instanceIds : AssessmentInstanceIds.t option;The identifiers of the self-managed instances with SSM in the hybrid directory configuration.
*)dnsIps : CustomerDnsIps.t option;The IP addresses of the DNS servers or domain controllers in the hybrid directory configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AssessmentInstanceId.t ] list ])
list ]