Plan Stage Args
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.