Skip to content

Update Conditional Forwarder

directoryservice_update_conditional_forwarder R Documentation

Updates a conditional forwarder that has been set up for your Amazon Web Services directory

Description

Updates a conditional forwarder that has been set up for your Amazon Web Services directory.

Usage

directoryservice_update_conditional_forwarder(DirectoryId,
  RemoteDomainName, DnsIpAddrs, DnsIpv6Addrs)

Arguments

DirectoryId

[required] The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.

RemoteDomainName

[required] The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

DnsIpAddrs

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

DnsIpv6Addrs

The updated IPv6 addresses of the remote DNS server associated with the conditional forwarder.

Value

An empty list.

Request syntax

svc$update_conditional_forwarder(
  DirectoryId = "string",
  RemoteDomainName = "string",
  DnsIpAddrs = list(
    "string"
  ),
  DnsIpv6Addrs = list(
    "string"
  )
)