@Stability(value=Stable)
public static interface CfnIntegration.SalesforceSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.customerprofiles.*;
SalesforceSourcePropertiesProperty salesforceSourcePropertiesProperty = SalesforceSourcePropertiesProperty.builder()
.object("object")
// the properties below are optional
.enableDynamicFieldUpdate(false)
.includeDeletedRecords(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.SalesforceSourcePropertiesProperty.Builder
A builder for
CfnIntegration.SalesforceSourcePropertiesProperty |
static class |
CfnIntegration.SalesforceSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnIntegration.SalesforceSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.SalesforceSourcePropertiesProperty.Builder |
builder() |
default Object |
getEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
|
default Object |
getIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
String |
getObject()
The object specified in the Salesforce flow source.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) @Nullable default Object getEnableDynamicFieldUpdate()
@Stability(value=Stable) @Nullable default Object getIncludeDeletedRecords()
@Stability(value=Stable) static CfnIntegration.SalesforceSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.