Updates a conditional forwarder that has been set up for your AWS directory.
directoryservice_update_conditional_forwarder(DirectoryId,
RemoteDomainName, DnsIpAddrs)
An empty list.
[required] The directory ID of the AWS directory for which to update the conditional forwarder.
[required] The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
[required] The updated IP addresses of the remote DNS server associated with the conditional forwarder.
svc$update_conditional_forwarder(
DirectoryId = "string",
RemoteDomainName = "string",
DnsIpAddrs = list(
"string"
)
)