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

DescribeConnectorResponse

import type { DescribeConnectorResponse } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DescribeConnectorResponse {
connectorConfiguration?: ConnectorConfiguration | null;
}

§Properties

§
connectorConfiguration?: ConnectorConfiguration | null
[src]

Configuration info of all the connectors that the user requested.