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
constructor(channelId: Output<String>, retryIntervalInMinutes: Output<Int>)

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.

Functions

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