Contact

class Contact

A personal contact or escalation plan that Incident Manager engages during an incident.

Types

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

Properties

Link copied to clipboard

The unique and identifiable alias of the contact or escalation plan.

Link copied to clipboard

The Amazon Resource Name (ARN) of the contact or escalation plan.

Link copied to clipboard

The full name of the contact or escalation plan.

Link copied to clipboard

Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.

Functions

Link copied to clipboard
inline fun copy(block: Contact.Builder.() -> Unit = {}): Contact
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