AlertDetailsOverrideArgs

data class AlertDetailsOverrideArgs(val alertDescriptionFormat: Output<String>? = null, val alertDisplayNameFormat: Output<String>? = null, val alertDynamicProperties: Output<List<AlertPropertyMappingArgs>>? = null, val alertSeverityColumnName: Output<String>? = null, val alertTacticsColumnName: Output<String>? = null) : ConvertibleToJava<AlertDetailsOverrideArgs>

Settings for how to dynamically override alert static details

Constructors

Link copied to clipboard
constructor(alertDescriptionFormat: Output<String>? = null, alertDisplayNameFormat: Output<String>? = null, alertDynamicProperties: Output<List<AlertPropertyMappingArgs>>? = null, alertSeverityColumnName: Output<String>? = null, alertTacticsColumnName: Output<String>? = null)

Properties

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

the format containing columns name(s) to override the alert description

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

the format containing columns name(s) to override the alert name

Link copied to clipboard

List of additional dynamic properties to override

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

the column name to take the alert severity from

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

the column name to take the alert tactics from

Functions

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