Report Config Aggregation Args
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
fun ReportConfigAggregationArgs(function: Output<Either<String, FunctionType>>, name: Output<String>)