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

DescribeConnectorRequest

import type { DescribeConnectorRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DescribeConnectorRequest {
connectorLabel?: string | null;
connectorType: ConnectorType;
}

§Properties

§
connectorLabel?: string | null
[src]

The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

§
connectorType: ConnectorType
[src]

The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.