ContactStageArgs

data class ContactStageArgs(val durationInMinutes: Output<Int>? = null, val rotationIds: Output<List<String>>? = null, val targets: Output<List<ContactTargetsArgs>>? = null) : ConvertibleToJava<ContactStageArgs>

A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Constructors

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

Properties

Link copied to clipboard
val durationInMinutes: Output<Int>? = null

The time to wait until beginning the next stage.

Link copied to clipboard
val rotationIds: Output<List<String>>? = null

List of Rotation Ids to associate with Contact

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

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Functions

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