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

DescribeConditionalForwardersRequest

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

Describes a conditional forwarder.

interface DescribeConditionalForwardersRequest {
DirectoryId: string;
RemoteDomainNames?: string[] | null;
}

§Properties

§
DirectoryId: string
[src]

The directory ID for which to get the list of associated conditional forwarders.

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

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.