ContactChannel

The method that Incident Manager uses to engage a contact.

Types

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

Properties

Link copied to clipboard

A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.

Link copied to clipboard

The ARN of the contact that contains the contact channel.

Link copied to clipboard

The Amazon Resource Name (ARN) of the contact channel.

Link copied to clipboard

The details that Incident Manager uses when trying to engage the contact channel.

Link copied to clipboard

The name of the contact channel.

Link copied to clipboard

The type of the contact channel. Incident Manager supports three contact methods:

Functions

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