ResponsePlanIncidentTemplateArgs

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

The incident template configuration.

Constructors

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

Properties

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

The deduplication string.

Link copied to clipboard
val impact: Output<Int>

The impact value.

Link copied to clipboard
val incidentTags: Output<List<ResponsePlanTagArgs>>? = null

Tags that get applied to incidents created by the StartIncident API action.

Link copied to clipboard

The list of notification targets.

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

The summary string.

Link copied to clipboard
val title: Output<String>

The title string.

Functions

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