groupByAlertDetails

@JvmName(name = "xrtjnuuqcyifnxhu")
suspend fun groupByAlertDetails(value: Output<List<String>>)
@JvmName(name = "hrxuwyexnmkkagkv")
suspend fun groupByAlertDetails(value: List<String>?)

Parameters

value

A list of alert details to group by, only when the entity_matching_method is Selected. Possible values are DisplayName and Severity.


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


@JvmName(name = "janlmxrdmjmfftww")
suspend fun groupByAlertDetails(values: List<Output<String>>)
@JvmName(name = "ignnleicmnqlbxgq")
suspend fun groupByAlertDetails(vararg values: String)

Parameters

values

A list of alert details to group by, only when the entity_matching_method is Selected. Possible values are DisplayName and Severity.