Builder

class Builder

Properties

Link copied to clipboard

The short name to quickly identify a contact or escalation plan. The contact alias must be unique and identifiable.

Link copied to clipboard

The full name of the contact or escalation plan.

Link copied to clipboard

A token ensuring that the operation is called only once with the specified details.

Link copied to clipboard
var plan: Plan?

A list of stages. A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.

Link copied to clipboard
var tags: List<Tag>?

Adds a tag to the target. You can only tag resources created in the first Region of your replication set.

Link copied to clipboard

To create an escalation plan use ESCALATION. To create a contact use PERSONAL.

Functions

Link copied to clipboard
fun plan(block: Plan.Builder.() -> Unit)