Plan Stage Args
data class PlanStageArgs(val durationInMinutes: Output<Int>, val targets: Output<List<PlanStageTargetArgs>>? = null) : ConvertibleToJava<PlanStageArgs>
Properties
Link copied to clipboard
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
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.