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

UpdateConditionalForwarderRequest

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

Updates a conditional forwarder.

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

§Properties

§
DirectoryId: string
[src]

The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.

§
DnsIpAddrs: string[]
[src]

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

§
RemoteDomainName: string
[src]

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