ContactChannelTargetInfoArgs

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

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

Constructors

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

Functions

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

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.