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

SourceConnectorProperties

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

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

interface SourceConnectorProperties {
Marketo?: MarketoSourceProperties | null;
S3?: S3SourceProperties | null;
Salesforce?: SalesforceSourceProperties | null;
ServiceNow?: ServiceNowSourceProperties | null;
Zendesk?: ZendeskSourceProperties | null;
}

§Properties

§

The properties that are applied when Marketo is being used as a source.

§

The properties that are applied when Amazon S3 is being used as the flow source.

§

The properties that are applied when Salesforce is being used as a source.

§

The properties that are applied when ServiceNow is being used as a source.

§

The properties that are applied when using Zendesk as a flow source.