Alert Details Override Args
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
Properties
Link copied to clipboard
the format containing columns name(s) to override the alert description
Link copied to clipboard
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
the column name to take the alert severity from
Link copied to clipboard
the column name to take the alert tactics from