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

ConnectorOperator

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

The operation to be performed on the provided source fields.

interface ConnectorOperator {
Marketo?: MarketoConnectorOperator | null;
S3?: S3ConnectorOperator | null;
Salesforce?: SalesforceConnectorOperator | null;
ServiceNow?: ServiceNowConnectorOperator | null;
Zendesk?: ZendeskConnectorOperator | null;
}

§Properties

§

The operation to be performed on the provided Marketo source fields.

§

The operation to be performed on the provided Amazon S3 source fields.

§

The operation to be performed on the provided Salesforce source fields.

§

The operation to be performed on the provided ServiceNow source fields.

§

The operation to be performed on the provided Zendesk source fields.