ConditionalForwarder
Points to a remote domain with which you are setting up a trust relationship. Conditional forwarders are required in order to set up a trust relationship with another domain.
Contents
- DnsIpAddrs
-
The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.
Type: Array of strings
Pattern:
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
Required: No
- RemoteDomainName
-
The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^([a-zA-Z0-9]+[\\.-])+([a-zA-Z0-9])+[.]?$
Required: No
- ReplicationScope
-
The replication scope of the conditional forwarder. The only allowed value is
Domain
, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.Type: String
Valid Values:
Domain
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: