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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

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>)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-directoryservice/types.rb', line 540

class ConditionalForwarder < Struct.new(
  :remote_domain_name,
  :dns_ip_addrs,
  :replication_scope)
  SENSITIVE = []
  include Aws::Structure
end

#remote_domain_nameString

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

Returns:

  • (String)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-directoryservice/types.rb', line 540

class ConditionalForwarder < Struct.new(
  :remote_domain_name,
  :dns_ip_addrs,
  :replication_scope)
  SENSITIVE = []
  include Aws::Structure
end

#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 Amazon Web Services directory.

Returns:

  • (String)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-directoryservice/types.rb', line 540

class ConditionalForwarder < Struct.new(
  :remote_domain_name,
  :dns_ip_addrs,
  :replication_scope)
  SENSITIVE = []
  include Aws::Structure
end