AlertRuleScheduledAlertDetailsOverrideArgs

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>

Constructors

constructor(descriptionFormat: Output<String>? = null, displayNameFormat: Output<String>? = null, dynamicProperties: Output<List<AlertRuleScheduledAlertDetailsOverrideDynamicPropertyArgs>>? = null, severityColumnName: Output<String>? = null, tacticsColumnName: Output<String>? = null)

Properties

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

The format containing columns name(s) to override the description of this Sentinel Alert Rule.

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

The format containing columns name(s) to override the name of this Sentinel Alert Rule.

Link copied to clipboard

A list of dynamic_property blocks as defined below.

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

The column name to take the alert severity from.

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

The column name to take the alert tactics from.

Functions

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