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

DescribeConditionalForwardersResult

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

The result of a DescribeConditionalForwarder request.

interface DescribeConditionalForwardersResult {
ConditionalForwarders?: ConditionalForwarder[] | null;
}

§Properties

§
ConditionalForwarders?: ConditionalForwarder[] | null
[src]

The list of conditional forwarders that have been created.