ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs(val instanceUrl: Output<String>? = null, val isSandboxEnvironment: Output<Boolean>? = null, val usePrivatelinkForMetadataAndAuthorization: Output<Boolean>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs>

Constructors

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

Properties

Link copied to clipboard
val instanceUrl: Output<String>? = null
Link copied to clipboard
val isSandboxEnvironment: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs