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

SalesforceConnectorProfileProperties

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

The connector-specific profile properties required when using Salesforce.

interface SalesforceConnectorProfileProperties {
instanceUrl?: string | null;
isSandboxEnvironment?: boolean | null;
}

§Properties

§
instanceUrl?: string | null
[src]

The location of the Salesforce resource.

§
isSandboxEnvironment?: boolean | null
[src]

Indicates whether the connector profile applies to a sandbox or production environment.