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

SalesforceSourceProperties

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

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

interface SalesforceSourceProperties {
enableDynamicFieldUpdate?: boolean | null;
includeDeletedRecords?: boolean | null;
object: string;
}

§Properties

§
enableDynamicFieldUpdate?: boolean | null
[src]

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

§
includeDeletedRecords?: boolean | null
[src]

Indicates whether Amazon AppFlow includes deleted files in the flow run.

§
object: string
[src]

The object specified in the Salesforce flow source.