severityFilters

@JvmName(name = "ocyvlnibctsjqfaf")
suspend fun severityFilters(value: Output<List<String>>)
@JvmName(name = "uljrfcfwijskbebw")
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 = "saeuydamoftkmfir")
suspend fun severityFilters(vararg values: Output<String>)


@JvmName(name = "teeddoysytwldqdq")
suspend fun severityFilters(values: List<Output<String>>)
@JvmName(name = "imtbhchremchddon")
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.