CampaignSource

data class CampaignSource(val customerProfilesSegmentArn: String? = null, val eventTrigger: CampaignEventTrigger? = null)

The possible source of the campaign

Constructors

Link copied to clipboard
constructor(customerProfilesSegmentArn: String? = null, eventTrigger: CampaignEventTrigger? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Customer Profiles segment.

Link copied to clipboard

The event trigger of the campaign.