Show / Hide Table of Contents

Class CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty

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

Inheritance
object
CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty
Implements
CfnIntegrationPropsMixin.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.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty : CfnIntegrationPropsMixin.ISalesforceSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty Implements CfnIntegrationPropsMixin.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.CfnPropertyMixins.AWS.CustomerProfiles;

             var salesforceSourcePropertiesProperty = new SalesforceSourcePropertiesProperty {
                 EnableDynamicFieldUpdate = false,
                 IncludeDeletedRecords = false,
                 Object = "object"
             };

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.CfnPropertyMixins.AWS.CustomerProfiles;

             var salesforceSourcePropertiesProperty = new SalesforceSourcePropertiesProperty {
                 EnableDynamicFieldUpdate = false,
                 IncludeDeletedRecords = false,
                 Object = "object"
             };

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

CfnIntegrationPropsMixin.ISalesforceSourcePropertiesProperty
Back to top Generated by DocFX