Contact Stage Args
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)