@Stability(value=Stable) @Internal public static final class CfnFlow.SalesforceSourcePropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.SalesforceSourcePropertiesProperty
CfnFlow.SalesforceSourcePropertiesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFlow.SalesforceSourcePropertiesProperty.Builder, CfnFlow.SalesforceSourcePropertiesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFlow.SalesforceSourcePropertiesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFlow.AggregationConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDataTransferApi()
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
|
Object |
getEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
|
Object |
getIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
String |
getObject()
The object specified in the Salesforce flow source.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFlow.SalesforceSourcePropertiesProperty.Builder builder)
CfnFlow.AggregationConfigProperty.Builder.public final String getObject()
CfnFlow.SalesforceSourcePropertiesPropertygetObject in interface CfnFlow.SalesforceSourcePropertiesPropertypublic final String getDataTransferApi()
CfnFlow.SalesforceSourcePropertiesProperty
Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.
By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.
Note that Bulk API 2.0 does not transfer Salesforce compound fields.
getDataTransferApi in interface CfnFlow.SalesforceSourcePropertiesPropertypublic final Object getEnableDynamicFieldUpdate()
CfnFlow.SalesforceSourcePropertiesPropertygetEnableDynamicFieldUpdate in interface CfnFlow.SalesforceSourcePropertiesPropertypublic final Object getIncludeDeletedRecords()
CfnFlow.SalesforceSourcePropertiesPropertygetIncludeDeletedRecords in interface CfnFlow.SalesforceSourcePropertiesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.