groupByEntities

@JvmName(name = "pskvlcblfjyloohj")
suspend fun groupByEntities(value: Output<List<Either<String, EntityMappingType>>>)
@JvmName(name = "dnlklyimweqgrmjj")
suspend fun groupByEntities(value: List<Either<String, EntityMappingType>>?)

Parameters

value

A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.


@JvmName(name = "ybwixxqtwuhdrfmw")
suspend fun groupByEntities(vararg values: Output<Either<String, EntityMappingType>>)


@JvmName(name = "tsytsajsbhbtufgg")
suspend fun groupByEntities(values: List<Output<Either<String, EntityMappingType>>>)
@JvmName(name = "bebkcucfsxffuhqe")
suspend fun groupByEntities(vararg values: Either<String, EntityMappingType>)

Parameters

values

A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.