Interface CfnFlowPropsMixin.SalesforceSourcePropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowPropsMixin.SalesforceSourcePropertiesProperty.Jsii$Proxy
Enclosing class:
CfnFlowPropsMixin

@Stability(Stable) public static interface CfnFlowPropsMixin.SalesforceSourcePropertiesProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
 SalesforceSourcePropertiesProperty salesforceSourcePropertiesProperty = SalesforceSourcePropertiesProperty.builder()
         .dataTransferApi("dataTransferApi")
         .enableDynamicFieldUpdate(false)
         .includeDeletedRecords(false)
         .object("object")
         .build();
 

See Also: