Interface CfnIntegration.ISalesforceSourcePropertiesProperty
The properties that are applied when Salesforce is being used as a source.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISalesforceSourcePropertiesProperty
Syntax (vb)
Public Interface ISalesforceSourcePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var salesforceSourcePropertiesProperty = new SalesforceSourcePropertiesProperty {
Object = "object",
// the properties below are optional
EnableDynamicFieldUpdate = false,
IncludeDeletedRecords = false
};
Synopsis
Properties
Enable |
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. |
Include |
Indicates whether Amazon AppFlow includes deleted files in the flow run. |
Object | The object specified in the Salesforce flow source. |
Properties
EnableDynamicFieldUpdate
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
virtual object EnableDynamicFieldUpdate { get; }
Property Value
System.
Remarks
IncludeDeletedRecords
Indicates whether Amazon AppFlow includes deleted files in the flow run.
virtual object IncludeDeletedRecords { get; }
Property Value
System.
Remarks
Object
The object specified in the Salesforce flow source.
string Object { get; }
Property Value
System.