IncidentTemplate

Basic details used in creating a response plan. The response plan is then used to create an incident record.

Types

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

Properties

Link copied to clipboard

The string Incident Manager uses to prevent the same root cause from creating multiple incidents in the same account.

Link copied to clipboard
val impact: Int

The impact of the incident on your customers and applications.

Link copied to clipboard

Tags to assign to the template. When the StartIncident API action is called, Incident Manager assigns the tags specified in the template to the incident.

Link copied to clipboard

The Amazon SNS targets that are notified when updates are made to an 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.

Link copied to clipboard

The title of the incident.

Functions

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