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

DeleteConditionalForwarderRequest

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

Deletes a conditional forwarder.

interface DeleteConditionalForwarderRequest {
DirectoryId: string;
RemoteDomainName: string;
}

§Properties

§
DirectoryId: string
[src]

The directory ID for which you are deleting the conditional forwarder.

§
RemoteDomainName: string
[src]

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.