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>
Constructors
Link copied to clipboard
fun AlertRuleScheduledAlertDetailsOverrideArgs(descriptionFormat: Output<String>? = null, displayNameFormat: Output<String>? = null, dynamicProperties: Output<List<AlertRuleScheduledAlertDetailsOverrideDynamicPropertyArgs>>? = null, severityColumnName: Output<String>? = null, tacticsColumnName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val dynamicProperties: Output<List<AlertRuleScheduledAlertDetailsOverrideDynamicPropertyArgs>>? = null
Link copied to clipboard
Link copied to clipboard