PlanTargetsArgs

data class PlanTargetsArgs(val channelTargetInfo: Output<PlanChannelTargetInfoArgs>? = null, val contactTargetInfo: Output<PlanContactTargetInfoArgs>? = null) : ConvertibleToJava<PlanTargetsArgs>

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

Constructors

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

Properties

Link copied to clipboard

Information about the contact channel that Incident Manager engages.

Link copied to clipboard

Information about the contact that Incident Manager engages.

Functions

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