interface SalesforceSourcePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnIntegration.SalesforceSourcePropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_SalesforceSourcePropertiesProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty |
![]() | aws_cdk.aws_customerprofiles.CfnIntegration.SalesforceSourcePropertiesProperty |
![]() | 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
Name | Type | Description |
---|---|---|
object | string | The object specified in the Salesforce flow source. |
enable | boolean | IResolvable | The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. |
include | boolean | IResolvable | Indicates 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.