ReportConfigAggregationArgs

data class ReportConfigAggregationArgs(val function: Output<Either<String, FunctionType>>, val name: Output<String>) : ConvertibleToJava<ReportConfigAggregationArgs>

The aggregation expression to be used in the report.

Constructors

Link copied to clipboard
constructor(function: Output<Either<String, FunctionType>>, name: Output<String>)

Properties

Link copied to clipboard
val function: Output<Either<String, FunctionType>>

The name of the aggregation function to use.

Link copied to clipboard
val name: Output<String>

The name of the column to aggregate.

Functions

Link copied to clipboard
open override fun toJava(): ReportConfigAggregationArgs