Property | Description |
|---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Runtime Environment | The name of the runtime environment where you want to run tasks. Select a Secure Agent, Hosted Agent, or elastic runtime environment. You cannot run an ingestion and replication task on a Hosted Agent or in a serverless runtime environment. For more information about how to configure and use the runtime environments, see Runtime environments. |
Authentication Type | The authentication method to connect to Salesforce Data 360. Default is OAuth 2.0 client credentials. |
Access Token URL | The endpoint where OAuth 2.0 requests are sent to obtain an access token to connect to the Salesforce Data 360 instance. Specify the URL in the following format: https://<Salesforce Data 360 organization ID>.salesforce.com/services/oauth2/token |
Client ID | Client ID of your application to connect to Salesforce Data 360. |
Client Secret | The client secret associated with the client ID. |
Access Token | The access token value. Click Generate Access Token to populate the access token value. |
Property | Description |
|---|---|
Retry Count | The total number of retries to get the response from the Salesforce Data 360 endpoint. Enter a positive integer. Default is 3. |
Retry Interval | The wait time in milliseconds before the Salesforce Data 360 connection makes another attempt to receive a response. Enter a positive integer. Default is 5000 milliseconds. |
Additional Properties | Additional connection properties that you can configure in the Salesforce Data 360 connection. Enter each property in the key=value format, separated by an ampersand and colon (&:). You can configure the following arguments related to the connection:
Default codes are 429,500,502,503,504. Default is 30 seconds. Default is 30 seconds. Default is 30 seconds. For example, okhttp.retryStatusCodes=429,500,502,503,504&:okhttp.connectTimeout=30&:okhttp.readTimeout=30&:okhttp.writeTimeout=30 You can configure the following argument related to the source object:
If you do not specify a data space, the default data space of your organization is considered. For example, customQueryDataSpace=default. You can configure the following arguments when you create a new target at runtime:
Default is 60 seconds. Default is 1 second. Default is 1200 seconds. Default is 120 seconds. For example, dataStreamActiveMaxWaitTimeSeconds=60&:dataStreamActiveInitialPollIntervalSeconds=1&;dataStreamIngestReadyMaxWaitTimeSeconds=1200&:dataStreamIngestReadyInitialPollIntervalSeconds=120 |