Values.UpdateConditionalForwarderRequestSourceUpdates a conditional forwarder.
type nonrec t = {directoryId : DirectoryId.t;The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.
*)remoteDomainName : RemoteDomainName.t;The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
*)dnsIpAddrs : DnsIpAddrs.t option;The updated IP addresses of the remote DNS server associated with the conditional forwarder.
*)dnsIpv6Addrs : DnsIpv6Addrs.t option;The updated IPv6 addresses of the remote DNS server associated with the conditional forwarder.
*)}val make :
?dnsIpAddrs:??? ->
?dnsIpv6Addrs:??? ->
directoryId:DirectoryId.t ->
remoteDomainName:RemoteDomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddr.t ] list
| `String of DirectoryId.t ])
list ]