stages

@JvmName(name = "rnbanqijtreyjaxp")
suspend fun stages(value: Output<List<PlanStageArgs>>)
@JvmName(name = "ssbhojouawcvyaju")
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 = "wmsnfephukevfegj")
suspend fun stages(vararg values: Output<PlanStageArgs>)


@JvmName(name = "pdxibuabpoxmpkfh")
suspend fun stages(values: List<Output<PlanStageArgs>>)
@JvmName(name = "wdjgesydxuhkyxxy")
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 = "tcnabnkamwshbwas")
suspend fun stages(argument: List<suspend PlanStageArgsBuilder.() -> Unit>)
@JvmName(name = "tpnmfbywniycwgud")
suspend fun stages(vararg argument: suspend PlanStageArgsBuilder.() -> Unit)
@JvmName(name = "nkgjxeosbhootmwc")
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.