PlanStageArgs

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

Constructors

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

Properties

Link copied to clipboard
val durationInMinutes: Output<Int>

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

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

One or more configuration blocks for specifying the contacts or contact methods that the escalation plan or engagement plan is engaging. See Target below for more details.

Functions

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