displayNameFilters

@JvmName(name = "ksqbstkxfhrxurqg")
suspend fun displayNameFilters(value: Output<List<String>>)
@JvmName(name = "fptbisxungqrxper")
suspend fun displayNameFilters(value: List<String>?)

Parameters

value

Only create incidents when the alert display name contain text from this list, leave empty to apply no filter.


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


@JvmName(name = "ycpxwbihpkksplqp")
suspend fun displayNameFilters(values: List<Output<String>>)
@JvmName(name = "ejljimbigicpuuyc")
suspend fun displayNameFilters(vararg values: String)

Parameters

values

Only create incidents when the alert display name contain text from this list, leave empty to apply no filter.