stages

@JvmName(name = "svirdvfqkwethlym")
suspend fun stages(value: Output<List<PlanStageArgs>>)
@JvmName(name = "bhobuigradynsqum")
suspend fun stages(value: List<PlanStageArgs>?)

Parameters

value

One or more configuration blocks for specifying a list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. See Stage below for more details.


@JvmName(name = "kqpwcrvrjuabfnoy")
suspend fun stages(vararg values: Output<PlanStageArgs>)


@JvmName(name = "mayqnjaycwfobxoi")
suspend fun stages(values: List<Output<PlanStageArgs>>)
@JvmName(name = "llliyspmgjrohdhk")
suspend fun stages(vararg values: PlanStageArgs)

Parameters

values

One or more configuration blocks for specifying a list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. See Stage below for more details.


@JvmName(name = "mabctbsmysonxgdo")
suspend fun stages(argument: List<suspend PlanStageArgsBuilder.() -> Unit>)
@JvmName(name = "iqvuaxppxtqahwij")
suspend fun stages(vararg argument: suspend PlanStageArgsBuilder.() -> Unit)
@JvmName(name = "gdehpwbagccwwygf")
suspend fun stages(argument: suspend PlanStageArgsBuilder.() -> Unit)

Parameters

argument

One or more configuration blocks for specifying a list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods. See Stage below for more details.