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

PardotConnectorProfileProperties

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

The connector-specific profile properties required when using Salesforce Pardot.

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

§Properties

§
businessUnitId?: string | null
[src]

The business unit id of Salesforce Pardot instance.

§
instanceUrl?: string | null
[src]

The location of the Salesforce Pardot resource.

§
isSandboxEnvironment?: boolean | null
[src]

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