groupByEntities

@JvmName(name = "ajidrluguhstkplt")
suspend fun groupByEntities(value: Output<List<Either<String, EntityMappingType>>>)
@JvmName(name = "mgjeourtfnaklssv")
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 = "gfwilrtefkfymyhv")
suspend fun groupByEntities(vararg values: Output<Either<String, EntityMappingType>>)


@JvmName(name = "tykhoasyrxgcnmdc")
suspend fun groupByEntities(values: List<Output<Either<String, EntityMappingType>>>)
@JvmName(name = "btuqvlfauwxcyxgq")
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.