AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.ConditionalForwarder

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class ConditionalForwarder

The ConditionalForwarder type exposes the following members

Constructors

NameDescription
Public Method ConditionalForwarder()

Properties

NameTypeDescription
Public Property DnsIpAddrs System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property RemoteDomainName System.String

Gets and sets the property RemoteDomainName.

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

Public Property ReplicationScope Amazon.DirectoryService.ReplicationScope

Gets and sets the property 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 Amazon Web Services directory.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5