AlertRuleFusionSourceSubTypeArgs

data class AlertRuleFusionSourceSubTypeArgs(val enabled: Output<Boolean>? = null, val name: Output<String>, val severitiesAlloweds: Output<List<String>>) : ConvertibleToJava<AlertRuleFusionSourceSubTypeArgs>

Constructors

Link copied to clipboard
fun AlertRuleFusionSourceSubTypeArgs(enabled: Output<Boolean>? = null, name: Output<String>, severitiesAlloweds: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether this source subtype under source signal is enabled or disabled in Fusion detection. Defaults to true.

Link copied to clipboard
val name: Output<String>

The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values.

Link copied to clipboard

A list of severities that are enabled for this source subtype consumed in Fusion detection. Possible values for each element are High, Medium, Low, Informational.