ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce(val instanceUrl: String? = null, val isSandboxEnvironment: Boolean? = null, val usePrivatelinkForMetadataAndAuthorization: Boolean? = null)

Constructors

constructor(instanceUrl: String? = null, isSandboxEnvironment: Boolean? = null, usePrivatelinkForMetadataAndAuthorization: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceUrl: String? = null
Link copied to clipboard

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

Indicates whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls through AWS PrivateLink. These calls travel through AWS infrastructure without being exposed to the public internet.