Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConditionalForwarder

import type { ConditionalForwarder } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

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.

interface ConditionalForwarder {
DnsIpAddrs?: string[] | null;
RemoteDomainName?: string | null;
ReplicationScope?: ReplicationScope | null;
}

§Properties

§
DnsIpAddrs?: string[] | null
[src]

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.

§
RemoteDomainName?: string | null
[src]

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

§
ReplicationScope?: ReplicationScope | null
[src]

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.