Alert Rule Scheduled Alert Details Override Args
data class AlertRuleScheduledAlertDetailsOverrideArgs(val descriptionFormat: Output<String>? = null, val displayNameFormat: Output<String>? = null, val dynamicProperties: Output<List<AlertRuleScheduledAlertDetailsOverrideDynamicPropertyArgs>>? = null, val severityColumnName: Output<String>? = null, val tacticsColumnName: Output<String>? = null) : ConvertibleToJava<AlertRuleScheduledAlertDetailsOverrideArgs>
Properties
Link copied to clipboard
The format containing columns name(s) to override the description of this Sentinel Alert Rule.
Link copied to clipboard
The format containing columns name(s) to override the name of this Sentinel Alert Rule.
Link copied to clipboard
val dynamicProperties: Output<List<AlertRuleScheduledAlertDetailsOverrideDynamicPropertyArgs>>? = null
A list of dynamic_property
blocks as defined below.
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.