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

CreateConditionalForwarderRequest

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

Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

interface CreateConditionalForwarderRequest {
DirectoryId: string;
DnsIpAddrs: string[];
RemoteDomainName: string;
}

§Properties

§
DirectoryId: string
[src]

The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.

§
DnsIpAddrs: string[]
[src]

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

§
RemoteDomainName: string
[src]

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.