ResolutionContact

Information about the engagement resolution steps. The resolution starts from the first contact, which can be an escalation plan, then resolves to an on-call rotation, and finally to a personal contact.

The ResolutionContact structure describes the information for each node or step in that process. It contains information about different contact types, such as the escalation, rotation, and personal contacts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of a contact in the engagement resolution process.

Link copied to clipboard

The stage in the escalation plan that resolves to this contact.

Link copied to clipboard

The type of contact for a resolution step.

Functions

Link copied to clipboard
inline fun copy(block: ResolutionContact.Builder.() -> Unit = {}): ResolutionContact
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String