PlanStageTargetChannelTargetInfoArgs

data class PlanStageTargetChannelTargetInfoArgs(val contactChannelId: Output<String>, val retryIntervalInMinutes: Output<Int>? = null) : ConvertibleToJava<PlanStageTargetChannelTargetInfoArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val retryIntervalInMinutes: Output<Int>? = null

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

Functions

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