PlanStageTargetChannelTargetInfo

data class PlanStageTargetChannelTargetInfo(val contactChannelId: String, val retryIntervalInMinutes: Int? = null)

Constructors

Link copied to clipboard
constructor(contactChannelId: String, retryIntervalInMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the contact channel.

Link copied to clipboard

The number of minutes to wait before retrying to send engagement if the engagement initially failed.