ConfiguredTableAggregateColumnArgs

data class ConfiguredTableAggregateColumnArgs(val columnNames: Output<List<String>>, val function: Output<ConfiguredTableAggregateFunctionName>) : ConvertibleToJava<ConfiguredTableAggregateColumnArgs>

Constructors

Link copied to clipboard
constructor(columnNames: Output<List<String>>, function: Output<ConfiguredTableAggregateFunctionName>)

Properties

Link copied to clipboard
val columnNames: Output<List<String>>
Link copied to clipboard

Functions

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