groupByAlertDetails

@JvmName(name = "tmfvqymckltnopwp")
suspend fun groupByAlertDetails(value: Output<List<Either<String, AlertDetail>>>)
@JvmName(name = "fpcyvoqhixhgckkk")
suspend fun groupByAlertDetails(value: List<Either<String, AlertDetail>>?)

Parameters

value

A list of alert details to group by (when matchingMethod is Selected)


@JvmName(name = "frelmhemnknyghrg")
suspend fun groupByAlertDetails(vararg values: Output<Either<String, AlertDetail>>)


@JvmName(name = "fxxvwuvgcppcngsm")
suspend fun groupByAlertDetails(values: List<Output<Either<String, AlertDetail>>>)
@JvmName(name = "yeebdekroeiiobky")
suspend fun groupByAlertDetails(vararg values: Either<String, AlertDetail>)

Parameters

values

A list of alert details to group by (when matchingMethod is Selected)