aggregation

@JvmName(name = "wdgpkhtjncytmgrl")
suspend fun aggregation(value: Output<Map<String, ReportConfigAggregationArgs>>)
@JvmName(name = "uqutlsorjfwigvmw")
suspend fun aggregation(value: Map<String, ReportConfigAggregationArgs>?)

Parameters

value

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.


@JvmName(name = "ufiutvgqahbgvkuj")
suspend fun aggregation(vararg argument: Pair<String, suspend ReportConfigAggregationArgsBuilder.() -> Unit>)

Parameters

argument

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.


@JvmName(name = "upysygrmsndscmof")
fun aggregation(vararg values: Pair<String, ReportConfigAggregationArgs>)

Parameters

values

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.