IncidentRecord

The record of the incident that's created when an incident occurs.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the incident record.

Link copied to clipboard

The runbook, or automation document, that's run at the beginning of the incident.

Link copied to clipboard

The chat channel used for collaboration during an incident.

Link copied to clipboard

The timestamp for when Incident Manager created the incident record.

Link copied to clipboard

The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.

Link copied to clipboard
val impact: Int

The impact of the incident on customers and applications.

Link copied to clipboard

Details about the action that started the incident.

Link copied to clipboard

Who modified the incident most recently.

Link copied to clipboard

The timestamp for when the incident was most recently modified.

Link copied to clipboard

The Amazon SNS targets that are notified when updates are made to an incident.

Link copied to clipboard

The timestamp for when the incident was resolved. This appears as a timeline event.

Link copied to clipboard

The current status of the incident.

Link copied to clipboard

The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context of the incident.

Link copied to clipboard

The title of the incident.

Functions

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