EventTrigger

data class EventTrigger(val value: EventTrigger) : Source

Event trigger of the campaign

Constructors

Link copied to clipboard
constructor(value: EventTrigger)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Source as a CustomerProfilesSegmentArn and retrieves its kotlin.String value. Throws an exception if the Source is not a CustomerProfilesSegmentArn.

Link copied to clipboard

Casts this Source as a CustomerProfilesSegmentArn and retrieves its kotlin.String value. Returns null if the Source is not a CustomerProfilesSegmentArn.

Link copied to clipboard

Casts this Source as a EventTrigger and retrieves its aws.sdk.kotlin.services.connectcampaignsv2.model.EventTrigger value. Throws an exception if the Source is not a EventTrigger.

Link copied to clipboard