GetResponsePlanIncidentTemplate

data class GetResponsePlanIncidentTemplate(val dedupeString: String, val impact: Int, val incidentTags: Map<String, String>, val notificationTargets: List<GetResponsePlanIncidentTemplateNotificationTarget>, val summary: String, val title: String)

Constructors

Link copied to clipboard
constructor(dedupeString: String, impact: Int, incidentTags: Map<String, String>, notificationTargets: List<GetResponsePlanIncidentTemplateNotificationTarget>, summary: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string used to stop Incident Manager from creating multiple incident records for the same incident.

Link copied to clipboard
val impact: Int

The impact value of a generated incident. The following values are supported:

Link copied to clipboard

The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.

Link copied to clipboard

The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The notification_target configuration block supports the following argument:

Link copied to clipboard

The summary of an incident.

Link copied to clipboard

The title of a generated incident.