ContactTargetsArgs

data class ContactTargetsArgs(val channelTargetInfo: Output<ContactChannelTargetInfoArgs>? = null, val contactTargetInfo: Output<ContactTargetInfoArgs>? = null) : ConvertibleToJava<ContactTargetsArgs>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Constructors

Link copied to clipboard
constructor(channelTargetInfo: Output<ContactChannelTargetInfoArgs>? = null, contactTargetInfo: Output<ContactTargetInfoArgs>? = null)

Properties

Link copied to clipboard

Information about the contact channel that Incident Manager engages.

Link copied to clipboard

The contact that Incident Manager is engaging during an incident.

Functions

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