Show / Hide Table of Contents

Class CfnIntegration.SalesforceSourcePropertiesProperty

The properties that are applied when Salesforce is being used as a source.

Inheritance
object
CfnIntegration.SalesforceSourcePropertiesProperty
Implements
CfnIntegration.ISalesforceSourcePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIntegration.SalesforceSourcePropertiesProperty : CfnIntegration.ISalesforceSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegration.SalesforceSourcePropertiesProperty Implements CfnIntegration.ISalesforceSourcePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-salesforcesourceproperties.html

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

Constructors

SalesforceSourcePropertiesProperty()

The properties that are applied when Salesforce is being used as a source.

Properties

EnableDynamicFieldUpdate

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

IncludeDeletedRecords

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Object

The object specified in the Salesforce flow source.

Constructors

SalesforceSourcePropertiesProperty()

The properties that are applied when Salesforce is being used as a source.

public SalesforceSourcePropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-salesforcesourceproperties.html

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
             };

Properties

EnableDynamicFieldUpdate

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

public object? EnableDynamicFieldUpdate { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-salesforcesourceproperties.html#cfn-customerprofiles-integration-salesforcesourceproperties-enabledynamicfieldupdate

Type union: either bool or IResolvable

IncludeDeletedRecords

Indicates whether Amazon AppFlow includes deleted files in the flow run.

public object? IncludeDeletedRecords { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-salesforcesourceproperties.html#cfn-customerprofiles-integration-salesforcesourceproperties-includedeletedrecords

Type union: either bool or IResolvable

Object

The object specified in the Salesforce flow source.

public string Object { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-salesforcesourceproperties.html#cfn-customerprofiles-integration-salesforcesourceproperties-object

Implements

CfnIntegration.ISalesforceSourcePropertiesProperty
Back to top Generated by DocFX