severityFilters

@JvmName(name = "ihguyxmrgmhycjis")
suspend fun severityFilters(value: Output<List<String>>)
@JvmName(name = "xomfcethcmyrwxdf")
suspend fun severityFilters(value: List<String>?)

Parameters

value

Only create incidents from alerts when alert severity level is contained in this list. Possible values are High, Medium, Low and Informational.

Note: At least one of the severity filters need to be set.


@JvmName(name = "mysscibebyhfshxk")
suspend fun severityFilters(vararg values: Output<String>)


@JvmName(name = "rmfbditihoitydjx")
suspend fun severityFilters(values: List<Output<String>>)
@JvmName(name = "sbmetskociijpnsq")
suspend fun severityFilters(vararg values: String)

Parameters

values

Only create incidents from alerts when alert severity level is contained in this list. Possible values are High, Medium, Low and Informational.

Note: At least one of the severity filters need to be set.