Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ActivationTargetInput

Input details for the activation target.
Property Type Description Required or Optional Available Version
connector ConnectApi.DataConnectorInput Details about the connector for the activation target. Required 60.0
dataSpaceName String Data space name for the activation target. Required 60.0
description String Description of the activation target. Required 60.0
egressProperties ConnectApi.EgressPropertiesInput Egress properties for the activation target, which are applicable only for file-based activation targets. Optional 60.0
isCappingEnabled Boolean Indicates whether communication capping is enabled for the activation target (true) or not (false). Required 60.0
name String Name of the activation target. Required 60.0
platformType DataConnectorTypeEnum Data connector type of the activation target.
  • AmazonS3
  • AzureBlob
  • DataCloud
  • GoogleCloudStorage
  • SalesforceMarketingCloud
  • Sftp
Required 60.0