CampaignSourceArgs

data class CampaignSourceArgs(val customerProfilesSegmentArn: Output<String>? = null, val eventTrigger: Output<CampaignEventTriggerArgs>? = null) : ConvertibleToJava<CampaignSourceArgs>

The possible source of the campaign

Constructors

Link copied to clipboard
constructor(customerProfilesSegmentArn: Output<String>? = null, eventTrigger: Output<CampaignEventTriggerArgs>? = null)

Properties

Link copied to clipboard
val customerProfilesSegmentArn: Output<String>? = null

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

Link copied to clipboard

The event trigger of the campaign.

Functions

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