Source

sealed class Source

Source of the campaign

Inheritors

Types

Link copied to clipboard
data class CustomerProfilesSegmentArn(val value: String) : Source

Amazon Resource Names(ARN)

Link copied to clipboard
data class EventTrigger(val value: EventTrigger) : Source

Event trigger of the campaign

Link copied to clipboard

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