AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The connector-specific profile properties required when using Salesforce.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.SalesforceConnectorProfileProperties

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class SalesforceConnectorProfileProperties

The SalesforceConnectorProfileProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InstanceUrl System.String

Gets and sets the property InstanceUrl.

The location of the Salesforce resource.

Public Property IsSandboxEnvironment System.Boolean

Gets and sets the property IsSandboxEnvironment.

Indicates whether the connector profile applies to a sandbox or production environment.

Public Property UsePrivateLinkForMetadataAndAuthorization System.Boolean

Gets and sets the property UsePrivateLinkForMetadataAndAuthorization.

If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without being exposed to the public internet.

Set either of the following values:

true

Amazon AppFlow sends all calls to Salesforce over the private network.

These private calls are:

  • Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields.

  • Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records.

  • Calls to transfer your Salesforce records as part of a flow run.

false

The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet.

The public calls are:

  • Calls to get metadata about your Salesforce records.

  • Calls to get or refresh access tokens.

The private calls are:

  • Calls to transfer your Salesforce records as part of a flow run.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5