aws-cdk-lib.aws_customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty

interface SalesforceSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnIntegration.SalesforceSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_SalesforceSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty
Pythonaws_cdk.aws_customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnIntegration » SalesforceSourcePropertiesProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const salesforceSourcePropertiesProperty: customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty = {
  object: 'object',

  // the properties below are optional
  enableDynamicFieldUpdate: false,
  includeDeletedRecords: false,
};

Properties

NameTypeDescription
objectstringThe object specified in the Salesforce flow source.
enableDynamicFieldUpdate?boolean | IResolvableThe flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
includeDeletedRecords?boolean | IResolvableIndicates whether Amazon AppFlow includes deleted files in the flow run.

object

Type: string

The object specified in the Salesforce flow source.


enableDynamicFieldUpdate?

Type: boolean | IResolvable (optional)

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


includeDeletedRecords?

Type: boolean | IResolvable (optional)

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