You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::ConditionalForwarder

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ip_addrsArray<String>

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.

Returns:

  • (Array<String>)

    The IP addresses of the remote DNS server associated with RemoteDomainName.

#remote_domain_nameString

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

Returns:

  • (String)

    The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

#replication_scopeString

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.

Possible values:

  • Domain

Returns:

  • (String)

    The replication scope of the conditional forwarder.