CampaignEventTriggerArgs

data class CampaignEventTriggerArgs(val customerProfilesDomainArn: Output<String>? = null) : ConvertibleToJava<CampaignEventTriggerArgs>

The event trigger of the campaign

Constructors

Link copied to clipboard
constructor(customerProfilesDomainArn: Output<String>? = null)

Properties

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

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

Functions

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