ResponsePlanIncidentTemplateArgs

data class ResponsePlanIncidentTemplateArgs(val dedupeString: Output<String>? = null, val impact: Output<Int>, val incidentTags: Output<Map<String, String>>? = null, val notificationTargets: Output<List<ResponsePlanIncidentTemplateNotificationTargetArgs>>? = null, val summary: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<ResponsePlanIncidentTemplateArgs>

Constructors

Link copied to clipboard
constructor(dedupeString: Output<String>? = null, impact: Output<Int>, incidentTags: Output<Map<String, String>>? = null, notificationTargets: Output<List<ResponsePlanIncidentTemplateNotificationTargetArgs>>? = null, summary: Output<String>? = null, title: Output<String>)

Properties

Link copied to clipboard
val dedupeString: Output<String>? = null

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

Link copied to clipboard
val impact: Output<Int>

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

Link copied to clipboard
val incidentTags: Output<Map<String, String>>? = null

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
val summary: Output<String>? = null

The summary of an incident.

Link copied to clipboard
val title: Output<String>

The title of a generated incident.

Functions

Link copied to clipboard
open override fun toJava(): ResponsePlanIncidentTemplateArgs