PlanStageArgs

data class PlanStageArgs(val durationInMinutes: Output<Int>, val targets: Output<List<PlanTargetsArgs>>? = null) : ConvertibleToJava<PlanStageArgs>

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Constructors

Link copied to clipboard
constructor(durationInMinutes: Output<Int>, targets: Output<List<PlanTargetsArgs>>? = null)

Properties

Link copied to clipboard
val durationInMinutes: Output<Int>

The time to wait until beginning the next stage.

Link copied to clipboard
val targets: Output<List<PlanTargetsArgs>>? = null

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

Functions

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