PlanChannelTargetInfoArgs

data class PlanChannelTargetInfoArgs(val channelId: Output<String>, val retryIntervalInMinutes: Output<Int>) : ConvertibleToJava<PlanChannelTargetInfoArgs>

Information about the contact channel that SSM Incident Manager uses to engage the contact.

Constructors

Link copied to clipboard
fun PlanChannelTargetInfoArgs(channelId: Output<String>, retryIntervalInMinutes: Output<Int>)

Functions

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

Properties

Link copied to clipboard
val channelId: Output<String>

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

Link copied to clipboard

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.